coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: compac on May 11, 2004, 08:59:28 PM

Title: [Solved]: Add a new button
Post by: compac on May 11, 2004, 08:59:28 PM
How can I add a new button back to my homepage? (I'm  using the Fruity setup and here is the existing buttons colored). When I try to add a button my buttons just get black/grey.
Title: Re: Add a new button
Post by: Casper on May 11, 2004, 11:10:25 PM
http://forum.coppermine-gallery.net/index.php?topic=3215.0
Title: Re: Add a new button
Post by: compac on May 12, 2004, 04:37:53 PM
In the Fruity-theme I can't find the begin album list table. I want to display my button in the main menu.
Title: Re: Add a new button
Post by: Casper on May 12, 2004, 06:01:21 PM
It's right at the start of your theme.php, about line 28(not your template.html).
Just paste something like this immediately above it;

<!-- BEGIN home link-->
                        <a href="http://www.mysite.com" title="Home">Home</a>
<!-- END home link-->


Title: Re: Add a new button
Post by: compac on May 12, 2004, 08:52:11 PM
than you, Casper