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

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

{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.