New version of the template
Code:
Server Status: <if condition="$p['maintenance-mode']">
<font color="#FF8000">Maintenance</FONT></B><BR>
<else /><if condition="$p['server-status']=='online'">
<B><font color="#00FF00">Online</FONT></B><BR>
<else />
<B><font color="#FF0000">Offline</FONT></B><BR>
</if>
</if>
<br />
Users Online: <B><font color="<if condition="$p['users-online']">#00FF00<else />#FF0000</if>">
$p[users-online]</FONT></B>
Same error.
Here's the full version of the template, if needed.
Code:
<script type="text/javascript">
function clientPopup() {
var clientUrl="http://dyne.zydeco.ath.cx/client/clientpopup.php";
window.open(clientUrl, "_jabbaClient", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=932,height=675");
};
</script>
<tbody>
<tr>
<td class="thead" width="100%" colspan="6">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_shoutcast')"><img id="collapseimg_forumhome_shoutcast" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_shoutcast].gif" alt="" border="0" /></a>
<div class="smallfont"><b>JabbaTown BETA</b></div>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_shoutcast" style="$vbcollapse[collapseobj_forumhome_shoutcast]">
<tr>
<td rowspan="3" class="alt2" align="center"><A href="javascript:clientPopup();" ><img src="http://www.jabbacommunity.com/images/beta.gif" alt="JabbaTown BETA" border="0"></a></td>
<td valign="top" align="left" class="alt1">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="50%" class="alt1" align="center">
<a href="javascript:clientPopup();" ><img src="images/jabbatown.PNG" alt="JabbaTown BETA" border="0"></a>
<br />
<a href="http://www.jabbacommunity.com/faq.php?faq=fre_ask_q#faq_howbeta">Want an account?</a>
</td>
<td rowspan="2" width="50%" align="center"><div class="smallfont"><b>Statistics</b>
<br />
Server Status: <if condition="$p['maintenance-mode']">
<font color="#FF8000">Maintenance</FONT></B><BR>
<else /><if condition="$p['server-status']=='online'">
<B><font color="#00FF00">Online</FONT></B><BR>
<else />
<B><font color="#FF0000">Offline</FONT></B><BR>
</if>
</if>
<br />
Users Online: <B><font color="<if condition="$p['users-online']">#00FF00<else />#FF0000</if>">
$p[users-online]</FONT></B>
</div></td>
</tr>
</table>
</td>
</tr>
</tbody>