Saturday 27 December 2003 4:12:27 am
Hi Balazs & Amina It turns out to be easy by modifying page_head.tpl
Suppose your sitedesign is "mysite", then copy the template file design/standard/templates/page_head.tpl to design/mysite/templates/page_head.tpl and look for the code around line 14 and comment out the section that loops the reverse path as below and leaving only the site title
-----------------------------
{set-block scope=root variable=site_title}
{*section loop=$Path:reverse_path}{$:item.text|wash}{delimiter} / {/delimiter}{/section*}{$site.title|wash}
{/set-block} ----------------------------- After this, clear the template cache and you should only get the site name as title in the <head> section. I suggest to do this only for your "mysite" design, and not to modify the design/standard/templates/page_head.tpl If you need to change other templates like this always copy them to your specific design in the templates directory. regards -paul
eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans
|