18 lines
636 B
PHP
18 lines
636 B
PHP
<?php
|
|
/**
|
|
* The admin mobile web view file of feedback module of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 禅道软件(青岛)有限公司(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 feedback
|
|
* @version $Id$
|
|
* @link http://www.zentao.net
|
|
*/
|
|
?>
|
|
<?php include '../../common/view/m.header.html.php';?>
|
|
|
|
<?php $viewMethod = 'adminView'?>
|
|
<?php include './m.data.html.php';?>
|
|
<?php include '../../common/view/m.footer.html.php';?>
|