From eef375cf7d39247edbbefd013f303c98fcc045a4 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 19 Feb 2019 18:39:42 +0800 Subject: [PATCH] =?UTF-8?q?css/js=E9=92=A9=E5=AD=90=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/public/footer.html | 4 ++++ application/index/view/default/public/header.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/application/index/view/default/public/footer.html b/application/index/view/default/public/footer.html index 15b3148ee..0ecc155ff 100755 --- a/application/index/view/default/public/footer.html +++ b/application/index/view/default/public/footer.html @@ -67,6 +67,10 @@ {{foreach $plugins_js_data as $hook}} {{if is_string($hook)}} + {{elseif is_array($hook) /}} + {{foreach $hook as $hook_js}} + + {{/foreach}} {{/if}} {{/foreach}} {{/if}} diff --git a/application/index/view/default/public/header.html b/application/index/view/default/public/header.html index 6174ce61f..96e15d06d 100755 --- a/application/index/view/default/public/header.html +++ b/application/index/view/default/public/header.html @@ -33,6 +33,10 @@ {{foreach $plugins_css_data as $hook}} {{if is_string($hook)}} + {{elseif is_array($hook) /}} + {{foreach $hook as $hook_css}} + + {{/foreach}} {{/if}} {{/foreach}} {{/if}}