{SYS_MENU} after {GALLERY} {SYS_MENU} after {GALLERY}
 

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

{SYS_MENU} after {GALLERY}

Started by Vee, April 19, 2006, 04:24:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Vee

I can't insert any tags after {GALLERY}. It won't work. is there any ways to make it works?  :-\

example/gallery: http://www.sugarsky.be/gallery/index.php
help please

Joachim Müller

Think of {GALLERY} as a separator token. Stuff that comes before it needs to be defined in the pageheader function, stuff below it in the pagefooter function. To move stuff that originally resides above the {GALLERY}-token (e.g. the menu) down below it you have to adjust those functions. Take a look at how this is done in the Kubrick theme (http://forum.coppermine-gallery.net/index.php?topic=28715.0) as an example.

Vee

wow, it works. i don't know how but it works. (just copy theme.php :P)
thank you