Quote:
Originally Posted by ForceHSS
Like? removing it does not seem to change anything on the skin even at the footer
|
The edits I made to the footer were:
Quote:
Find:
HTML Code:
<div class="below_body">
Replace with:
HTML Code:
<div class="below_body" align="center">
<div class="forum-copyright">
Find:
HTML Code:
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
</div>
Replace with:
HTML Code:
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
</div>
<br />
</div>
(count the divs )
|