coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: killcore on March 07, 2007, 09:57:57 AM

Title: {SYS_MENU} editing
Post by: killcore on March 07, 2007, 09:57:57 AM
How do I edit the {SYS_MENU}? I want to change the " :: " (in between buttons) to " • " also I'd like to add a forum link.

I'm trying to make coppermine look like my forum.

http://www.killcore.co.uk/forum

http://www.killcore.co.uk/gallery

I'm slowly changing the look of the gallery so it may look a bit odd.

Cheers,  Leon.
Title: Re: {SYS_MENU} editing
Post by: Hein Traag on March 07, 2007, 11:28:28 AM
// HTML template for template sys_menu spacer
  $template_sys_menu_spacer ="::";


Copy that before the ?> part of the theme.php that you are using and change the :: bit to what you want.
Title: Re: {SYS_MENU} editing
Post by: killcore on March 07, 2007, 10:07:35 PM
Thanks that worked fine.

Is there any chance you know how I can add a forum button/link to my nav bar?

Cheers, Leon.
Title: Re: {SYS_MENU} editing
Post by: killcore on March 08, 2007, 12:37:24 AM
Please ignore my last comment.

All solved