Forums / Setup & design / Next great things:

Next great things:

Author Message

Michael Bolien

Friday 19 September 2003 11:42:19 am

1. Different debug outputs in Win-Mozilla and Linux-Mozilla - the Linux part is much more detailed then the Windows thing.

2. There are two files in the folder /design/templates:

page_head.tpl and nav_head.tpl ....

both files should be included in a template by using the following instructions:

{include uri="design:page_head.tpl"} and later on
{include uri="design:nav_head.tpl"}

And how many files do you think were in included?

The answer is (tataaa) one - the first "page_head.tpl". Due to try to include the second file, the following error message appears:

" Warning: eZTemplate Sep 19 2003 20:36:18

No template could be loaded for "nav_header.tpl" using resource "design" "

Just another weird thing in this CMS.

Regards,
Michael

Shaun Ellis

Friday 19 September 2003 11:53:50 am

It looks like you might be naming it incorrectly.

The file you're including is different from the error message:
"nav_head.tpl" vs. "nav_header.tpl"

-Shaun

Michael Bolien

Friday 19 September 2003 12:02:39 pm

Yes, sorry, I was on-the-fly and did not type in the file name correctly. It has to be "nav_header.tpl":

{include uri="design:page_head.tpl"} and later on
{include uri="design:nav_header.tpl"}

Michael