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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.