News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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://coppermine-gallery.com/forum/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