Example #1
0
		<td class="gwf_num"><?php 
        echo $c->getVar('board_postcount');
        ?>
</td>
<?php 
        echo GWF_Table::rowEnd();
    }
    echo GWF_Table::end();
}
?>

<?php 
# SHOUTBOX
if ($b->isRoot()) {
    if (false !== ($mod_shout = GWF_Module::loadModuleDB('Shoutbox'))) {
        echo GWF_HTML::div(Module_Shoutbox::templateBoxS(), 'gwf_forum_shoutbox fl');
    }
}
?>

<div class="cl"></div>

<?php 
echo $tVars['pagemenu_boards'];
?>

<!-- Threads -->
<?php 
if (count($tVars['threads']) > 0) {
    $t_headers = array(array($tLang->lang('th_title'), 'thread_title'), array(''), array($tLang->lang('th_firstposter'), 'thread_firstposter'), array($tLang->lang('th_postcount'), 'thread_postcount'), array($tLang->lang('th_lastposter'), 'thread_lastposter'), array($tLang->lang('th_lastdate'), 'thread_lastdate'), array($tLang->lang('th_thanks'), 'thread_thanks'), array($tLang->lang('th_votes_up'), 'thread_votes_up'), array($tLang->lang('th_thread_viewcount'), 'thread_viewcount'));
    ?>
Example #2
0
 public function onStartup()
 {
     self::$instance = $this;
 }