forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: sualocin on May 06, 2005, 09:23:03 am

Title: Change Index.php link
Post by: sualocin on May 06, 2005, 09:23:03 am
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  :)
Title: Re: Change Index.php link
Post by: Joachim Müller on May 06, 2005, 10:43:12 am
edit themes/yourtheme/template.html, find
Code: [Select]
<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.
Title: Re: Change Index.php link
Post by: sualocin on May 08, 2005, 03:42:25 am
THX very Much  :)