RHINOSWELT Header Is Not Clickable RHINOSWELT Header Is Not Clickable
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

RHINOSWELT Header Is Not Clickable

Started by Saif, May 02, 2012, 04:24:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Saif

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.

Αndré

Open template.html, find
{GAL_NAME}
and replace with
<a href="index.php">{GAL_NAME}</a>

Saif

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.

Αndré

Open template.html, find
<span></span>{GAL_NAME}
and replace with
<a href="index.php"><span></span>{GAL_NAME}</a>

Saif