Quote:
Originally Posted by Darth`
this all works great for me with one exception..
i use this to make a mini-site that only certain usergroups can access and all that works fine, my problem is in having a little navigation menu for the pages within this minisite.
basically as it was i had to have all the links on every page so adding a new one was becoming annoying, and im trying to get it so that the navmenu is a separate page/template, but cant get the nav template/page to display and have no idea why. anyone help please?
|
In the PHP file you can use:
PHP Code:
eval('$mynav = "' . fetch_template('mynav') . '";');
Then you can use $mynav in your custom template.