Question when adding links... Question when adding links...
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Question when adding links...

Started by sunster13, May 08, 2006, 11:01:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sunster13

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

Nibbler

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;

sunster13