forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: cynikalsam on November 08, 2004, 11:28:10 am

Title: Top menu position.
Post by: cynikalsam on November 08, 2004, 11:28:10 am
I'd like to have the links of the top menu of my gallery (http://www.cynikalsam.com/gallery/) to be in one strait line, instead of having the "Album List" link on top of all the others. I'd really like to put each link in its own box or "button", but i'll be happy if i can just get the links to line up.

Any idea how to do that? Thanks in advance
Title: Re: Top menu position.
Post by: Casper on November 08, 2004, 12:52:07 pm
Open yout theme/cold_wire/theme.php, and find this code;

Code: [Select]
<br />
                        <a href="thumbnails.php?album=lastup&cat=0">Last uploads</a>  -

Just remove the
Code: [Select]
<br />
Title: Re: Top menu position.
Post by: cynikalsam on November 08, 2004, 10:58:28 pm
Thank you. Its working now :)