[Solved]: Add a new button [Solved]: Add a new button
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: Add a new button

Started by compac, May 11, 2004, 08:59:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

compac

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.

Casper

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

compac

In the Fruity-theme I can't find the begin album list table. I want to display my button in the main menu.

Casper

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-->


It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

compac