Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Looking to find where logo wrapper is located

Looking to find where logo wrapper is located

Views: 592

Results 1 to 2 of 2
27 Dec 2012, 10:21 PM
#1
jen_will avatar

jen_will

New Zenner

Join Date:
Jul 2006
Posts:
60
Plugin Contributions:
0

Looking to find where logo wrapper is located

<div class="body-bg"> <div class="header_wrapper">
      <div class="header-tools">
       <!--bof-branding display-->
            <div id="logoWrapper"><div id="logo"><a href=""><img src="includes/templates/abagon_black/images/logo.gif" alt="" title="  " width="550" height="98" /></a></div>

Can anybody tell me where I can find the above code? I need to add to the alt title etc..

28 Dec 2012, 12:21 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Looking to find where logo wrapper is located

Try /includes/templates/abagon_black/common/tpl_header.php.

But you won't see exactly that HTML; you will see some PHP constructing the output.