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