Changeset 2849:97e1b334e54b for plugins/maintenance/index.php
- Timestamp:
- 12/16/14 11:46:03 (11 years ago)
- Branch:
- default
- Children:
- 2850:aacd042b1035, 2877:ae86da118440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/index.php
r2825 r2849 117 117 <title>'.__('Maintenance').'</title>'. 118 118 dcPage::jsPageTabs($tab). 119 dcPage::jsLoad( $core->adminurl->decode('load.plugin.file',array('pf' => 'maintenance/js/settings.js')));119 dcPage::jsLoad(dcPage::getPF('maintenance/js/settings.js')); 120 120 121 121 if ($task && $task->ajax()) { … … 126 126 "//]]>\n". 127 127 '</script>'. 128 dcPage::jsLoad( $core->adminurl->decode('load.plugin.file',array('pf' => 'maintenance/js/dc.maintenance.js')));128 dcPage::jsLoad(dcPage::getPF('maintenance/js/dc.maintenance.js')); 129 129 } 130 130
Note: See TracChangeset
for help on using the changeset viewer.