diff options
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 5 |
1 files changed, 5 insertions, 0 deletions
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').' /><![endif]'); } } + + common_element('script', array('type' => 'text/javascript', + 'src' => common_path('js/jsquery.min.js')), + ' '); + if ($callable) { if ($data) { call_user_func($callable, $data); |