From 4a013767897da7f894edf6b20d5feb0c5cbd5046 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 17 Jun 2008 00:36:50 -0400 Subject: add jQuery darcs-hash:20080617043650-84dde-cef7662e9dff3ac0a1187586fc4cdcfca1d08087.gz --- lib/util.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index 169a23853..32aacbe5b 100644 --- a/lib/util.php +++ b/lib/util.php @@ -166,6 +166,11 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall= 'href="'.theme_path('ie'.$ver.'.css').' /> 'text/javascript', + 'src' => common_path('js/jsquery.min.js')), + ' '); + if ($callable) { if ($data) { call_user_func($callable, $data); -- cgit v1.2.3-54-g00ecf