Page 1 of 1
Installed Panoramica template - but error on string 81 ?
Posted: Fri Nov 24, 2006 10:00 pm
by Fyrster
Hello
I recently installed a new template "panoramica" on the top - where there was supposed to be a menu it says
string(81) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;pixalhaushoriz""
Have a look at my site, and you will notice the message on top:
www.musketer.dk
Does anybody now how to fix this?
Best regards
René Simonsen

Re: Installed Panoramica template - but error on string 81 ?
Posted: Fri Nov 24, 2006 10:21 pm
by Dr.CSS
Sorry I guess it will only take one menu template, copy/paste this into a new menu template, go to Layout » Menu Manager name it pixalhaushoriz...
{* CSS classes used in this template:
.active - The active page in the horizontal menu (first level).
.bullet_sectionheader - To style section header
hr.separator - To style the ruler for the separator *}
{if $count > 0}
{foreach from=$nodelist item=node}
{if $node->depth > $node->prevdepth}
{repeat string="" times=$node->depth-$node->prevdepth}
{elseif $node->depth prevdepth}
{repeat string="" times=$node->prevdepth-$node->depth}
{elseif $node->index > 0}
{/if}
{if $node->current == true or $node->parent == true}
url}"{if $node->target ne ""} target="{$node->target}"{/if}>{$node->menutext}
{elseif $node->type == 'sectionheader'}
url}">{$node->menutext}
{elseif $node->type == 'separator'}
{else}
url}"{if $node->target ne ""} target="{$node->target}"{/if}>{$node->menutext}{/if}
{/foreach}
{repeat string="" times=$node->depth-2}
{/if}
Re: Installed Panoramica template - but error on string 81 ?
Posted: Fri Nov 24, 2006 10:41 pm
by Fyrster
Super quick respond!
Thanks alot Mark

and have a good weekend