Deceased
- Join Date:
- Nov 2005
- Location:
- Colorado Springs, CO USA
- Posts:
- 7,017
- Plugin Contributions:
- 12
Glacial Age Template Support Thread
pjlarambla:
Hi Clyde,
Sorry forgot about the link still building site at the moment link is
Thanks its just the right corner.
create you new logo and name it logo2.gif
save it to includes/templates/glacial_age/images
open includes/templates/glacial_age/css/stylesheet.css
add the following declaration to the stylesheet.css
#logo2 {
position:absolute;
top: 0;
right: 0;
height:75px;
background: url(../images/logo2.gif) no-repeat;
}
open includes/templates/glacial_age/common/tpl_header.php
find the following section and add the highlighted portion.
<div id="logoWrapper"> <div id="navMainSearch"></div> <div id="logo2"> </div>