Changeset 2778:fe7e025273c4 for plugins/widgets/index.php
- Timestamp:
- 11/13/14 15:24:23 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/index.php
r2702 r2778 368 368 $altUp = $i == 0 ? ' alt=""' : ' alt="'.__('Up the widget').'"'; 369 369 $altDown = $i == count($widgets->elements())-1 ? ' alt=""' : ' alt="'.__('Down the widget').'"'; 370 370 371 371 $iname = 'w['.$pr.']['.$i.']'; 372 372
Note: See TracChangeset
for help on using the changeset viewer.