Forums / Setup & design / meta information - how to change?
Stefan van Zwoll
Thursday 15 January 2004 7:13:13 pm
hello,
i'm searching for quite a while to solve the following problem: i want to change the meta information that's printed out in the head of every parsed page (in fact: the $HTTP and $meta variables, read out in the page_head.tpl that comes with the demo content) dynamically. of course i can change it the usual, html, way, but i'd like to know, where the data is stored that i can change it there.
thank you in advance,stefan
Dominik Stoeppel
Friday 16 January 2004 12:08:34 am
you find this in site.ini
[SiteSettings] # Name of the site, will be used in default templates in titles. SiteName=eZ publish # URL of site, often used to link to site in emails etc. SiteURL=example.com # List of metadata to set in pagelayout MetaDataArray[author]=eZ systems MetaDataArray[copyright]=eZ systems MetaDataArray[description]=Content Management SystemMetaDataArray[keywords]=cms, publish, e-commerce, content management, development framework
change it and put it in your settings/siteaccess/<site>/site.ini.append ;)
--dominik