<?php if (!defined('NOVA_RUN')){echo "<h1>ACCESS DENIED</h1>You cannot access this file directly.";exit();} ?>
<?php if ($template_hook=='start'){ ?>
<?php }elseif ($template_hook=='1'){ ?>
<!-- show suspension -->
<table class="forum-board-forum-head" cellpadding="0" cellspacing="0">
<tr>
<td class="forum-topic-subject"> </td>
</tr>
</table>
<table class="forum-board" cellpadding="0" cellspacing="0">
<tr>
<td class="error-header" style="width:100%;">
<?php echo $lang['suspended_desc']; ?>
</td>
</tr>
<?php }elseif ($template_hook=='2'){ ?>
<tr>
<td class="forum-jump-content">
<div id="countbox"></div>
</td>
</tr>
</table>
<table class="forum-index-forum-footer" cellpadding="0" cellspacing="0">
<tr><td class="forum-index-forum-footer-contents"> </td></tr>
</table>
<?php }elseif ($template_hook=='end'){ ?>
<?php } ?>