From 20cdea101fbd75e232b929d2f3e1cb788a0afb2c Mon Sep 17 00:00:00 2001 From: printempw Date: Mon, 29 Aug 2016 10:40:03 +0800 Subject: [PATCH] use helper function to generate absolute assets url --- resources/views/admin/master.tpl | 10 +++++----- resources/views/auth/master.tpl | 11 ++++++----- resources/views/index.tpl | 8 ++++---- resources/views/setup/updates/master.tpl | 2 +- resources/views/skinlib/master.tpl | 10 +++++----- resources/views/user/master.tpl | 10 +++++----- resources/views/vendor/.gitkeep | 0 7 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 resources/views/vendor/.gitkeep diff --git a/resources/views/admin/master.tpl b/resources/views/admin/master.tpl index 2240dd26..af55fb70 100644 --- a/resources/views/admin/master.tpl +++ b/resources/views/admin/master.tpl @@ -8,11 +8,11 @@ - + - + - + @yield('style') @@ -127,9 +127,9 @@ - + - + @if (Option::get('check_update') == '1') + - + @if (Session::has('msg')) + diff --git a/resources/views/setup/updates/master.tpl b/resources/views/setup/updates/master.tpl index eb7d3557..281e3ca7 100644 --- a/resources/views/setup/updates/master.tpl +++ b/resources/views/setup/updates/master.tpl @@ -6,7 +6,7 @@ Blessing Skin Server 升级程序 - + diff --git a/resources/views/skinlib/master.tpl b/resources/views/skinlib/master.tpl index dc893a02..f424a0bb 100644 --- a/resources/views/skinlib/master.tpl +++ b/resources/views/skinlib/master.tpl @@ -8,11 +8,11 @@ - + - + - + @yield('style') @@ -139,9 +139,9 @@ - + - + @yield('script') diff --git a/resources/views/user/master.tpl b/resources/views/user/master.tpl index 855abb94..2f811c23 100644 --- a/resources/views/user/master.tpl +++ b/resources/views/user/master.tpl @@ -8,11 +8,11 @@ - + - + - + @yield('style') @@ -128,9 +128,9 @@ - + - + @yield('script') diff --git a/resources/views/vendor/.gitkeep b/resources/views/vendor/.gitkeep deleted file mode 100644 index e69de29b..00000000