Forums / Setup & design / Trouble with IE and page_head.tpl
Pascal France
Tuesday 07 November 2006 8:19:24 am
Hi,
I have a really strange problem.
I have a multi-sites (three sites and three databases). All the sites use the same design/standard/templates/page_head.tpl template.
With two of these sites this template works fine but with one of them the line 16:
{section loop=$Path:reverse_path}{$:item.text|wash}{delimiter} / {/delimiter}{/section} - {$site.title|wash}
of this template prevent the display of the page contents. I get a blanck page. And if I remove this line thus all works fine.
When I set the debug mode, I get only these two lines:
design/base/templates/pagelayout.tpl design/standard/templates/page_head.tpl
and nothing else (and the content of the page is not displayed).
Regards
Pascal
Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
Claudia Kosny
Tuesday 07 November 2006 9:28:33 am
Hi Pascal
What do you see when you check the source code? Maybe your path or site title contains characters that start a html comment or otherwise illegal characters. If that is the case you can try to use the wash() operator on your variables - maybe that helps.
Claudia
Tuesday 07 November 2006 10:33:50 am
Thanks a lot Claudia.
I had a "é" in the site title (in SiteName)