News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.