File: /www/wwwroot/oa.sanjiangapp.com/app/team/thread/view/side.html.php
<?php
/**
* The side view file of thread module of ZDOO.
*
* @copyright Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Tingting Dai <daitingting@xirangit.com>
* @package thread
* @version $Id$
* @link http://www.zdoo.com
*/
?>
<?php $treeMenu = $this->tree->getTreeMenu('forum', 0, array('treeModel', 'createForumBoardLink'));?>
<div class='side-col col-3'>
<div class='panel'>
<div class='panel-body'>
<?php echo $treeMenu;?>
</div>
</div>
</div>