Link back to index.htm with picture to illustrate Link back to index.htm with picture to illustrate
 

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

Link back to index.htm with picture to illustrate

Started by Henrik, October 17, 2004, 11:42:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Henrik

Hey There

Is it possibel to make a link so you can go from the coppermine gallery back to the main inde. at the website. The only link i can see at coppermine gallery is the logo in the left cornor!(Se picture)

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Ffrip.dk%2Fpiratos%2FUnavngivet.JPG&hash=cb9b86f98ef5106062f162ef8613f981fb14949c)
Can i change that link or create a new link so i can get back to main?

Best Regards
Henrik

Joachim Müller

edit themes/yourtheme/template.html and modify the html link that applies to the logo as you wish, e.g. (for the classic theme) from<a href="index.php"><img src="themes/classic/images/site_logo.png" alt="" border="0" /><br /></a>to<a href="any_other_link.html"><img src="themes/classic/images/site_logo.png" alt="" border="0" /><br /></a>
To add menu items to the coppermine navigation, edit themes/yourtheme/theme.php, find // HTML template for main menu
$template_main_menu = <<<EOT
                <span class="topmenu">
and add (in a new line) whatever html links you could think of, e.g. <a href="my_start_page.html" title="to the main home page">foo bar</a>

This has already been asked many times - next time, please search before posting a question please.

Joachim