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
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.
wow, it works. i don't know how but it works. (just copy theme.php :P)
thank you