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
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.