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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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