Quote:
Originally Posted by Dave
It's the "titleimage" style variable. By default it's "images/misc/vbulletin4_logo.png".
|
Thanks again Dave.
Here's what I think is part of the code from my websites "header" template related to this question:
<vb:if condition="$stylevar['titleimage']"><div id="logo"><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>
I see that "stylevar" mentioned a couple times...maybe this is what you're referring to.
Thanks