- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/index.php
r2520 r2509 218 218 echo 219 219 dcPage::jsLoad('js/jquery/jquery-ui.custom.js'). 220 dcPage::jsLoad('js/jquery/jquery.ui.touch-punch.js').221 220 dcPage::jsLoad('index.php?pf=widgets/widgets.js'); 222 221 ?> … … 367 366 $altUp = $i == 0 ? ' alt=""' : ' alt="'.__('Up the widget').'"'; 368 367 $altDown = $i == count($widgets->elements())-1 ? ' alt=""' : ' alt="'.__('Down the widget').'"'; 369 368 370 369 $iname = 'w['.$pr.']['.$i.']'; 371 370
Note: See TracChangeset
for help on using the changeset viewer.