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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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