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