ExtremeDark Red

site logo html redirect - ExtremeDark Red

site logo html redirect

by Angus94 » Sun Feb 24, 2013 10:46 pm

hi guys, love the extremedarkred style, really suits the style of website i have. my base colours are black & red.


my questions is. when i click the site logo in the header of the forum, how do i code it so it will go back to my home page rather than refresh the forum page


thank you
User avatar
Angus94
Registered User
Posts: 39
Joined: Fri Sep 28, 2012 9:40 pm
Location: Melbourne, Australia

Re: site logo html redirect

by _Vinny_ » Sun Feb 24, 2013 11:08 pm

Open template/overall_header.html, find:

Code: Select all

<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>

Replace with:

Code: Select all

<a href="http://www.yoursite.com/" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>

Replace http://www.yoursite.com with your site home page.
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10533
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: site logo html redirect

by Angus94 » Sun Feb 24, 2013 11:28 pm

thank you very much, top stuff.
User avatar
Angus94
Registered User
Posts: 39
Joined: Fri Sep 28, 2012 9:40 pm
Location: Melbourne, Australia