Installed Panoramica template - but error on string 81 ?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Fyrster

Installed Panoramica template - but error on string 81 ?

Post 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 :)
Last edited by Fyrster on Fri Nov 24, 2006 10:03 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Installed Panoramica template - but error on string 81 ?

Post 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}
Fyrster

Re: Installed Panoramica template - but error on string 81 ?

Post by Fyrster »

Super quick respond!

Thanks alot Mark :) and have a good weekend
Locked

Return to “CMSMS Core”