Would like to remove.. Would like to remove..
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Would like to remove..

Started by Fabrian, June 12, 2006, 10:58:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fabrian

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?

:-[

Paver

Add to (or modify if present) themes/yourtheme/theme.php:
$template_sys_menu_spacer ="::";
$template_sub_menu_spacer = $template_sys_menu_spacer;

Fabrian