ok so you cant edit the site logo in the header of this theme, even if you try refreshing the imagset.
i changed part of the code from this:
to this:
then you can set the size by changing the width and height.
hope this helps.
i changed part of the code from this:
Code:
<div class="rt-block">
<a href="<!-- IF DOMIN_LOGO_LINK -->{DOMIN_LOGO_LINK}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" id="rt-logo"></a>
</div>
to this:
Code:
<div class="rt-block">
<a href="./index.php" title="Board index" id="logo"><img src="./styles/dominion/imageset/site_logo.gif" width="149" height="52" alt="" title=""></a>
</div>
then you can set the size by changing the width and height.
hope this helps.







