m.index.html.php 679 B

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