Change Index.php link Change Index.php link
 

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

Change Index.php link

Started by sualocin, May 06, 2005, 09:23:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sualocin

Hi,

I'd like to change the link that is associated in the main page to "site_logo.png", I don't want to address users to Coppermine Main page but to another forum

I don't know php so If you want please help me

THX THX THX very much  :)

Joachim Müller

edit themes/yourtheme/template.html, find<a href="index.php"><img src="themes/classic/images/site_logo.png" alt="" border="0" /><br /></a>(or similar) and edit accordingly. All plain HTML, no special PHP knowledge needed.

sualocin