예제 #1
0
파일: forum.old.php 프로젝트: sinfocol/gwf3
        ?>
"><?php 
        echo $c->display('board_title') . '&nbsp;-&nbsp;' . $c->display('board_descr');
        ?>
</a></div>
		</td>
		<td>
			<?php 
        if ($is_mod) {
            ?>
			<div class="nowrap"><?php 
            echo GWF_Button::up($c->getMoveUpHREF());
            ?>
</div>
			<div class="nowrap"><?php 
            echo GWF_Button::down($c->getMoveDownHREF());
            ?>
</div>
			<?php 
        }
        ?>
		</td>
		<td>
			<?php 
        if ($is_mod) {
            echo GWF_Button::edit($c->getEditBoardHREF(), $tLang->lang('btn_edit'));
        }
        ?>
		</td>
		<td class="gwf_num"><?php 
        echo $c->getThreadCount();