Adding a link Adding a link
 

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

Adding a link

Started by moreli2, September 07, 2004, 11:48:38 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

moreli2

Hi everybody,

I would like to make a link "back to my website" at the index side of the gallery, so that this link is always visible in the top, to the left of the menu.

I have searched in all the files, but can't find out where to place this.

Can anybody help me in which file I have to place this link?

Best greetings

Moreli2

Joachim Müller

edit themes/yourtheme/theme.php, find// HTML template for main menu
$template_main_menu = <<<EOT
                <span class="topmenu">
and add after it<a href="foobar.htm" title="back to home page">Home</a> ::

Joachim

P.S. Next time, don't start support requests on the general discussion board, but on the proper support board. Searching the board would have helped as well, as this has been asked a thousand times already... >:(

moreli2

Hello,

Thank you very much for your help and I am sorry that I wrote it in the wrong folder, but I really couldn't find the answer and didn't know in which folder I had to write this question.

Best greetings