View Single Post
Old 10-12-2004, 07:30 PM   #1 (permalink)
Sean
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Using the theme with vbadvanced.

Modify the 'adv_portal' file

PHP Code:
$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<
head>
<
title>$vboptions[hometitle]</title>

$headinclude

</head>
<
body>

$header

$navbar
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<
tr>
<
td width="30" height="50"><img src="images/bluepearl/misc/t1.jpg" border="0" width="30" height="50"></td>
<
td width="100%" height="50" background="images/bluepearl/misc/t3.jpg" align="left"><img src="images/bluepearl/misc/t2.jpg" border="0" width="64" height="50"><!--<img src="images/bluepearl/misc/tforums.jpg" border="0" width="122" height="50">--></td>
<
td width="24" height="50"><img src="images/bluepearl/misc/t4.jpg" border="0" width="24" height="50"></td>
</
tr>
<
tr>
<
td width="30" background="images/bluepearl/misc/t5.jpg"></td>
<
td width="100%" bgcolor="#5C71CA" valign="top">
<
table align="center" class="page" cellspacing="0" cellpadding="0"width="100%">
<
tr valign="top">

<if 
condition="$show['left_column']">

<
td width="$vba_options[portal_leftcolwidth]">

$home[leftblocks]
    
</
td>

<!-- 
Spacer Cell -->
<
td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / 
Spacer Cell -->

</if>


<if 
condition="$show['center_column']">
<
td valign="top">

$home[centerblocks]    

</
td>
</if>


<if 
condition="$show['right_column']">    

<!-- 
Spacer Cell -->
<
td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / 
Spacer Cell -->

<
td valign="top" width="$vba_options[portal_rightcolwidth]">

$home[rightblocks]

</
td>
</if>

</
tr>
</
table>
</
td>
<
td width="24" background="images/bluepearl/misc/t6.jpg"></td>
</
tr>
<
tr>
<
td width="30" height="31"><img src="images/bluepearl/misc/t7.jpg" border="0" width="30" height="31"></td>
<
td width="100%" height="31" background="images/bluepearl/misc/t8.jpg" align="right"><img src="images/bluepearl/misc/t10.jpg" border="0" width="26" heigth="31"></td>
<
td width="24" height="31"><img src="images/bluepearl/misc/t9.jpg" border="0" width="24" height="31"></td>
</
tr>
</
table>
$footer

</body>
</
html
Sean is offline   Reply With Quote