coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Baldo on November 18, 2006, 05:36:57 PM

Title: {ADMIN_MENU} - links with <br>
Post by: Baldo on November 18, 2006, 05:36:57 PM
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.
Title: Re: {ADMIN_MENU} - links with <br>
Post by: Joachim Müller on November 18, 2006, 05:44:45 PM
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.