Changeset 2002:a0de6679a058 for themes/ductile/_config.php
- Timestamp:
- 09/22/13 12:09:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r1622 r2002 454 454 echo '<fieldset><legend>'.__('Stickers').'</legend>'; 455 455 456 echo '<table class="dragable">'.'<caption>'.__('Stickers (footer)').'</caption>'. 456 echo 457 '<div class="table-outer">'. 458 '<table class="dragable">'.'<caption>'.__('Stickers (footer)').'</caption>'. 457 459 '<thead>'. 458 460 '<tr>'. … … 478 480 echo 479 481 '</tbody>'. 480 '</table> ';482 '</table></div>'; 481 483 482 484 echo '</fieldset>';
Note: See TracChangeset
for help on using the changeset viewer.