coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Saif on May 02, 2012, 04:24:26 PM

Title: RHINOSWELT Header Is Not Clickable
Post by: Saif on May 02, 2012, 04:24:26 PM
Site - http://www.orangewallpapers.com

Sorry to bother again... my new theme - Rihinoswelt header is NOT clickable.

How to make this header/image clickable so the HOME page always appears on clicking this image/header. Advice, thanks.
Title: Re: RHINOSWELT Header Is Not Clickable
Post by: ΑndrĂ© on May 02, 2012, 07:15:46 PM
Open template.html, find
{GAL_NAME}
and replace with
<a href="index.php">{GAL_NAME}</a>
Title: Re: RHINOSWELT Header Is Not Clickable
Post by: Saif on May 03, 2012, 06:49:01 AM
I'm sorry but I could do this one ... its not clickable after editing the above codes .... Plz advice what wrong am I doing ..???

I need the Bold ORANGEWALLPAPERS.COM on top left to be clickable so whenever a visitor clicks, the HOME page comes-up.

Thanks.
Title: Re: RHINOSWELT Header Is Not Clickable
Post by: ΑndrĂ© on May 03, 2012, 08:28:05 AM
Open template.html, find
<span></span>{GAL_NAME}
and replace with
<a href="index.php"><span></span>{GAL_NAME}</a>
Title: Re: RHINOSWELT Header Is Not Clickable
Post by: Saif on May 03, 2012, 08:43:55 AM
Awesome, thanks a TON!