Menu Manager
Posted: Sun Jul 22, 2007 10:17 pm
Hello,
where do I find the links, which are defined in the Menu manager?
{foreach from=$nodelist item=node}
{if $node->current == true}
{$node->menutext}
{else}
url}" title="{$node->titleattribute}">{$node->menutext}
{/if}
{/foreach}
That´s how it looks inside the used menu.
But where can I change a link ? I just can´t find it inside the admin menu. Do I have to edit the menu manually in a PHP file on the server ?
Here is my site http://indonesia-portal.co.uk
I just need to change one link: "http://forum.indonesia-portal.de/" to "http://forums.indonesia-portal.co.uk/", but I can´t find the visible links.. just the php-code above.
Thanks for any help,
Marc
where do I find the links, which are defined in the Menu manager?
{foreach from=$nodelist item=node}
{if $node->current == true}
{$node->menutext}
{else}
url}" title="{$node->titleattribute}">{$node->menutext}
{/if}
{/foreach}
That´s how it looks inside the used menu.
But where can I change a link ? I just can´t find it inside the admin menu. Do I have to edit the menu manually in a PHP file on the server ?
Here is my site http://indonesia-portal.co.uk
I just need to change one link: "http://forum.indonesia-portal.de/" to "http://forums.indonesia-portal.co.uk/", but I can´t find the visible links.. just the php-code above.
Thanks for any help,
Marc