coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Vee on April 19, 2006, 04:24:32 PM

Title: {SYS_MENU} after {GALLERY}
Post by: Vee on April 19, 2006, 04:24:32 PM
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
Title: Re: {SYS_MENU} after {GALLERY}
Post by: Joachim Müller on April 19, 2006, 08:28:42 PM
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.
Title: Re: {SYS_MENU} after {GALLERY}
Post by: Vee on April 20, 2006, 05:04:55 AM
wow, it works. i don't know how but it works. (just copy theme.php :P)
thank you