how to link back to front page? how to link back to front page?
 

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

how to link back to front page?

Started by bart5986, January 25, 2005, 11:18:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bart5986

I'm kinda annoyed since there is no link to go back to the front page of my gallery.

Is there a way to change the link of Album list?

Abbas Ali

You can always link back to your front page from the Breadcrumb which gets generated on every page.

It is not advisable to change the link of Album list. However you can always insert a new link for your front page by editing theme.php
Chief Geek at Ranium Systems

bart5986

I guess.. but thats just silly, it should already have a way to get to the front page.

bart5986

how do I add a home button? I want to put it next to album list.

donnoman

It does, the breadcrumb or as Ali said you can add a "home" button to your template.html or theme.php

Several of the default themes that come with Coppermine do this exact thing. Look at Mac_OX_X for example.

@bart5986 edit $template_main_menu in your theme.php

bart5986