- Timestamp:
- Apr 19, 2011, 10:09:19 PM (14 years ago)
- Location:
- branches/2.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/admin/themes/default/template/admin.tpl
r9586 r10504 1 {combine_script id='jquery.ui.accordion' load='header'}{*we load in the header because the accordion is on every admin page and usually all admin pages use the same header combined script but not the same footer script*} 1 2 {footer_script require='jquery.ui.accordion'} 2 3 jQuery(document).ready(function(){ldelim} -
branches/2.2/include/template.class.php
r9606 r10504 1102 1102 { 1103 1103 $load = $script->load_mode; 1104 if ($load==0)1105 continue; 1104 /*if ($load==0) 1105 continue;*/ 1106 1106 foreach( $script->precedents as $precedent) 1107 1107 {
Note: See TracChangeset
for help on using the changeset viewer.