Merge branch 'sprint/186_liumengyi_19982' into 'master'
* Modify xuanxuan inlcude. See merge request easycorp/zentaopms!2002
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* @version $Id: index.html.php 4205 2016-10-24 08:19:13Z liugang $
|
||||
* @link http://xuan.im
|
||||
*/
|
||||
include "../../../common/view/header.html.php";
|
||||
include $app->getModuleRoot() . "common/view/header.html.php";
|
||||
?>
|
||||
<div id='dashboardWrapper'>
|
||||
<div class='panels-container dashboard' id='dashboard'>
|
||||
@@ -32,4 +32,4 @@ include "../../../common/view/header.html.php";
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include "../../../common/view/footer.html.php"; ?>
|
||||
<?php include $app->getModuleRoot() . "common/view/footer.html.php"; ?>
|
||||
|
||||
@@ -13,7 +13,7 @@ $this->app->loadLang('im');
|
||||
$position[] = html::a($this->createLink('admin', 'xuanxuan'), $this->lang->im->common);
|
||||
$position[] = $this->lang->client->browse;
|
||||
?>
|
||||
<?php include '../../../common/view/header.html.php';?>
|
||||
<?php include $app->getModuleRoot() . 'common/view/header.html.php';?>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='main-header'>
|
||||
<div class='pull-right'>
|
||||
@@ -69,4 +69,4 @@ $(function()
|
||||
|
||||
})
|
||||
</script>
|
||||
<?php include '../../../common/view/footer.html.php';?>
|
||||
<?php include $app->getModuleRoot() . 'common/view/footer.html.php';?>
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
* @link http://xuan.im
|
||||
*/
|
||||
?>
|
||||
<?php include '../../../common/view/header.lite.html.php';?>
|
||||
<?php include $app->getModuleRoot() . 'common/view/header.lite.html.php';?>
|
||||
<div id='mainContent' class='main-content'><?php echo $error;?></div>
|
||||
<?php include '../../../common/view/footer.lite.html.php';?>
|
||||
<?php include $app->getModuleRoot() . 'common/view/footer.lite.html.php';?>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
}
|
||||
?>
|
||||
<?php if($this->app->user->admin != 'super'):?>
|
||||
<?php include '../../../common/view/header.lite.html.php';?>
|
||||
<?php include $app->getModuleRoot() . 'common/view/header.lite.html.php';?>
|
||||
<div class='container' id='debugContainer'>
|
||||
<div class='notice text-center' style='font-size:24px;'>
|
||||
<?php $_SERVER['SCRIPT_NAME'] = '/index.php';?>
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<?php else:?>
|
||||
<?php include '../../../common/view/header.modal.html.php';?>
|
||||
<?php include $app->getModuleRoot() . 'common/view/header.modal.html.php';?>
|
||||
<script>
|
||||
if(!window.v) window.v = {};
|
||||
window.v.showLog = <?php echo $config->xuanxuan->debug;?>;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* @link http://www.ranzhico.com
|
||||
*/
|
||||
?>
|
||||
<?php include '../../../common/view/header.html.php';?>
|
||||
<?php include $app->getModuleRoot() . 'common/view/header.html.php';?>
|
||||
<?php $this->app->loadLang('client')?>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='center-block'>
|
||||
@@ -151,4 +151,4 @@
|
||||
<?php endif;?>
|
||||
</div>
|
||||
</div>
|
||||
<?php include '../../../common/view/footer.html.php';?>
|
||||
<?php include $app->getModuleRoot() . 'common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user