coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: sunster13 on May 08, 2006, 11:01:38 PM

Title: Question when adding links...
Post by: sunster13 on May 08, 2006, 11:01:38 PM
I read this topic:

http://forum.coppermine-gallery.net/index.php?topic=24107.0

And got it to work, but 1 thing went wrong.  As you can see here:

http://www.gchlhockey.net/photo/

The second row of links, doesn't have the "::" to space them out.  How do I fix that?


Thanks
Title: Re: Question when adding links...
Post by: Nibbler on May 09, 2006, 12:58:20 AM
Add the spacer codes into your theme.php


  // HTML template for template sys_menu spacer
  $template_sys_menu_spacer ="::";



  // HTML template for template sub_menu spacer
  $template_sub_menu_spacer = $template_sys_menu_spacer;
Title: Re: Question when adding links...
Post by: sunster13 on May 10, 2006, 11:16:54 PM
Thanks, it works.  ;)