diff --git a/xuanxuan/extension/xuan/admin/ext/view/xuanxuan.html.php b/xuanxuan/extension/xuan/admin/ext/view/xuanxuan.html.php index e0a98b25e1..4e2bd97515 100644 --- a/xuanxuan/extension/xuan/admin/ext/view/xuanxuan.html.php +++ b/xuanxuan/extension/xuan/admin/ext/view/xuanxuan.html.php @@ -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"; ?>
@@ -32,4 +32,4 @@ include "../../../common/view/header.html.php";
- +getModuleRoot() . "common/view/footer.html.php"; ?> diff --git a/xuanxuan/extension/xuan/client/ext/view/browse.html.php b/xuanxuan/extension/xuan/client/ext/view/browse.html.php index ec9bacf065..8810feb46e 100644 --- a/xuanxuan/extension/xuan/client/ext/view/browse.html.php +++ b/xuanxuan/extension/xuan/client/ext/view/browse.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; ?> - +getModuleRoot() . 'common/view/header.html.php';?>
@@ -69,4 +69,4 @@ $(function() }) - +getModuleRoot() . 'common/view/footer.html.php';?> diff --git a/xuanxuan/extension/xuan/client/ext/view/safe.html.php b/xuanxuan/extension/xuan/client/ext/view/safe.html.php index 8b4a68d890..ea1adc207d 100644 --- a/xuanxuan/extension/xuan/client/ext/view/safe.html.php +++ b/xuanxuan/extension/xuan/client/ext/view/safe.html.php @@ -10,6 +10,6 @@ * @link http://xuan.im */ ?> - +getModuleRoot() . 'common/view/header.lite.html.php';?>
- +getModuleRoot() . 'common/view/footer.lite.html.php';?> diff --git a/xuanxuan/extension/xuan/im/ext/view/debug.html.php b/xuanxuan/extension/xuan/im/ext/view/debug.html.php index 8423c9129b..77167b104b 100644 --- a/xuanxuan/extension/xuan/im/ext/view/debug.html.php +++ b/xuanxuan/extension/xuan/im/ext/view/debug.html.php @@ -20,7 +20,7 @@ } ?> app->user->admin != 'super'):?> - +getModuleRoot() . 'common/view/header.lite.html.php';?>
@@ -29,7 +29,7 @@
- +getModuleRoot() . 'common/view/header.modal.html.php';?>