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.
http://forum.coppermine-gallery.net/index.php?topic=3215.0
In the Fruity-theme I can't find the begin album list table. I want to display my button in the main menu.
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-->
than you, Casper