my file is attached.
I'm wondering why {SUB_MENU} {ADMIN_MENU} {SYS_MENU} are showing up on my page and not embeded?
Without seeing the entire theme and not only template.html and without a link to your gallery, we can't tell.
gallery here (http://www.georgieparker.diva-host.com/gallery)
files attached
Your {GALLERY}-token comes right before the menu tokens, so technically speaking you're trying to implement a right-handed menu. Read up http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#rightHandMenu
well my theme.php has nothing as I am using the classic theme.
I will have a go at adding what I can from that link
how do I add all this?
Currently I have:
// ------------------------------------------------------------------------- //
// This theme has all CORE items removed //
// ------------------------------------------------------------------------- //
define('THEME_IS_XHTML10_TRANSITIONAL',1);
?>
But looking at other theme.php files they seem to a whole lot of other stuff not just the code from the link you posted.
I added the code from the link but got the error:
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/debrag/public_html/georgieparker/gallery/themes/coppermine/theme.php on line 22
To add code from sample/theme.php you need to copy the whole function or variable definition.
Read up the theming section of the docs...