Back to swiftlet.org | To report bugs, please use the issue tracker at GitHub.
I seen that it must be possible to adapt the header data (like design, meta's, page title, ect) from within php file, how is this possible ? or how to edit the code to achieve this ? Mainly google doesn't like the same meta tags over and over again, also its better when you're page description fits you're content.
friendly greets,
svenn
In $contrSetup you can use 'pageTitle', 'pageDescription', 'pageKeywords' to overwrite the title and meta tags. You can also set the following $view variables: $view->siteName<br /> $view->siteCopyright<br /> $view->siteDesigner<br /> $view->siteDescription<br /> $view->siteKeywords<br /> $view->pageTitle<br /> $view->pageDescription<br /> $view->pageKeywords<br />
You'll have to do this in a plug-in though (with the 'header' hook), otherwise the header is already parsed and can't be changed. You can check out the page plug-in to see how I did it.
It looks like you're new here. If you want to get involved, click one of these buttons!