From 9d2a86ed67695a79558e4b068bb9e86650d22ab9 Mon Sep 17 00:00:00 2001 From: wlx Date: Sat, 29 Oct 2011 07:13:06 +0000 Subject: [PATCH] add js include --- application/admin/views/scripts/review/expertsadd.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/admin/views/scripts/review/expertsadd.phtml b/application/admin/views/scripts/review/expertsadd.phtml index 2a8e6685..7529543b 100644 --- a/application/admin/views/scripts/review/expertsadd.phtml +++ b/application/admin/views/scripts/review/expertsadd.phtml @@ -6,7 +6,8 @@ $this->breadcrumb('首页'); $this->breadcrumb('后台首页'); $this->breadcrumb('元数据评审'); - $this->breadcrumb()->setSeparator(' > '); + $this->breadcrumb()->setSeparator(' > '); + $this->headScript()->appendFile('/js/jquery-1.6.4.min.js'); ?>
partial('review/left.phtml'); ?>