I’ve been looking at lots of posts about this and not one of them has a real answer to the question. So here is it
It's in the _companyLogo.tpl file.
themes/default/tpls/_companyLogo.tpl
Change this:
<div id="companyLogo">
<img src="{$COMPANY_LOGO_URL}" width="{$COMPANY_LOGO_WIDTH}" height="{$COMPANY_LOGO_HEIGHT}" alt="Company Logo" border="0"/>
</div>
To any size you what, Like so:
<div id="companyLogo">
<img src="{$COMPANY_LOGO_URL}" width="317px" height="117px"
alt="Company Logo" border="0"/>
</div>
I don't think this is upgrade safe, and im not sure of all the consequences of this action BUT HAY, It works for me.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks