The menu won't be viewed The menu won't be viewed
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

The menu won't be viewed

Started by Arian Stolwijk, May 04, 2006, 10:31:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Arian Stolwijk

I'm a little playing whit the templates, but i've got a problem :-[
So as you can see: http://www.aryweb.nl/voorbeelden/fotograaf/index.php?lang=english&theme=second_edition
at the right side, not the menu but:
{SYS_MENU}
{SUB_MENU}
{ADMIN_MENU}

How do i solve this problem ?

Thanks,
Arian

Joachim Müller

Think of the {GALLERY}-token as a separator between header and footer. Stuff that comes before it is handled by coppermine's pageheader function, stuff that comes after it by the pagefooter function, see http://forum.coppermine-gallery.net/index.php?action=search2;search=right-handed%20menu
As suggested in those threads, you'll have to add the sys_menu and sub_menu calls to the pagefooter function definitions.