Quote:
Anyone know the conditionals to not show the columns on VB Advanced? VBGallery etc? (especially VbAdvanced)
Thanks !
|
You can use a if condition in the header template to stop pages from showing.
VBAdvanced =
Quote:
<if condition="VB_AREA != VBA_PORTAL">
<!-- USC header edit start -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
$usc_left
<td valign="top">
<!-- USC header edit end -->
</if>
|