xxb/module/common/view/dashboard.html.php
2023-10-23 15:51:36 +08:00

17 lines
646 B
PHP

<?php
/**
* The dashboard view of common module of XXB.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
* @author Sun Hao <sunhao@cnezsoft.com>
* @package common
* @version $Id: dashboard.html.php 4029 2016-08-26 06:50:41Z liugang $
* @link https://xuanim.com
*/
if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}
$clientLang = $this->app->getClientLang();
css::import($jsRoot . 'dashboard/min.css');
js::import($jsRoot . 'dashboard/min.js');
?>