coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Fabrian on June 12, 2006, 10:58:40 PM

Title: Would like to remove..
Post by: Fabrian on June 12, 2006, 10:58:40 PM
This is a damn silly question, but I can't seem to find where to remove the double coluns that seperate the navigation links.  How can I change them or where are they located?

:-[
Title: Re: Would like to remove..
Post by: Paver on June 12, 2006, 11:04:08 PM
Add to (or modify if present) themes/yourtheme/theme.php:
$template_sys_menu_spacer ="::";
$template_sub_menu_spacer = $template_sys_menu_spacer;
Title: Re: Would like to remove..
Post by: Fabrian on June 13, 2006, 05:47:13 AM
Thanks!