{ADMIN_MENU} - links with <br> {ADMIN_MENU} - links with <br>
 

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

{ADMIN_MENU} - links with <br>

Started by Baldo, November 18, 2006, 05:36:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Baldo

I want the {ADMIN_MENU} with links and each link in an new line.

I changed "include/themes.inc.php", rule 111 to
  $template_sys_menu_spacer =" - <br />";
but it's not working with 1.410

Can someone help me please, how to fix this.

Joachim Müller

Don't edit include/themes.inc.php, under no circumstances. Edit themes/yourtheme/theme.php instead. To create a vertical menu I suggest taking a look at the fruity theme that comes with the Coppermine package.