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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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.