20 lines
679 B
PHP
20 lines
679 B
PHP
<?php
|
|
/**
|
|
* The index mobile view file of my module of RanZhi.
|
|
*
|
|
* @copyright Copyright 2009-2016 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
|
|
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
|
* @author Fei Chen <chenfei@cnezsoft.com>
|
|
* @package index
|
|
* @version $Id: index.html.php 3830 2016-05-18 09:34:17Z liugang $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
?>
|
|
|
|
<?php
|
|
$bodyClass = 'with-nav-bottom';
|
|
include "../../common/view/m.header.html.php";
|
|
echo $this->fetch('block', 'dashboard', 'module=my');
|
|
include "../../common/view/m.footer.html.php";
|
|
?>
|