示例#1
0
        <!-- category name and description -->
        <td align="left" class="noborder">
            <?php 
echo "<h2 style='padding-left: 0px;'>";
echo $this->categoryName;
echo "</h2>";
echo $this->categoryDescription;
?>
        </td>
        <!-- category name and description -->

        <!-- category quick select box -->
        <td align="left" class="noborder">
            <?php 
echo $CofiHelper->getQuickJumpSelectBox($this->categoryId);
?>
        </td>
        <!-- category quick select box -->

    </tr>
</table>
<!-- Category icon, name and description -->




<?php 
// Forum specific top banner
if ($this->forumBannerTop != "") {
    echo "<table width='100%' border='0' class='noborder' style='margin-top:10px;'>";