News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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