RHINOSWELT Header Is Not Clickable RHINOSWELT Header Is Not Clickable
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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