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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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