Revision 1369
Added by Dietmar almost 14 years ago
frontend.functions.php | ||
---|---|---|
421 | 421 |
|
422 | 422 |
$jquery_links .= '<script src="'.WB_URL.'/include/jquery/jquery-min.js" type="text/javascript"></script>'."\n"; |
423 | 423 |
$jquery_links .= '<script src="'.WB_URL.'/include/jquery/jquery-insert.js" type="text/javascript"></script>'."\n"; |
424 |
$jquery_links .= '<script src="'.WB_URL.'/include/jquery/jquery-include.js" type="text/javascript"></script>'."\n"; |
|
424 | 425 |
/* workout to insert ui.css and theme */ |
425 | 426 |
$jquery_theme = WB_PATH.'/modules/jquery/jquery_theme.js'; |
426 | 427 |
$jquery_links .= file_exists($jquery_theme) |
Also available in: Unified diff
add jquery-include.js (Tks to Stefek)
update bind jquery in frontend, jquery-include.js and jquery-insrt.js are included