Change Index.php link Change Index.php link
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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