Changeset 425:c148c218205e for themes/ductile/_config.php
- Timestamp:
- 06/27/11 23:28:05 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r421 r425 109 109 $ductile_stickers = @unserialize($ductile_stickers); 110 110 if (!is_array($ductile_stickers)) { 111 $ductile_stickers = array(); 112 } 113 114 $ductile_stickers = $ductile_stickers_base; 111 $ductile_stickers = $ductile_stickers_base; 112 } 115 113 116 114 $conf_tab = isset($_POST['conf_tab']) ? $_POST['conf_tab'] : 'html'; … … 205 203 '</fieldset>'; 206 204 207 //echo '<fieldset><legend>'.__('Stickers').'</legend>'; 208 echo '<h3>'.__('Stickers').'</h3>'; 209 210 echo '<table id="stickerslist">'.'<caption>'.__('Stickers').'</caption>'. 205 echo '<fieldset><legend>'.__('Stickers').'</legend>'; 206 207 echo '<table id="stickerslist">'.'<caption>'.__('Stickers (footer)').'</caption>'. 211 208 '<thead>'. 212 209 '<tr>'. … … 239 236 '</table>'; 240 237 241 //echo '</fieldset>';238 echo '</fieldset>'; 242 239 243 240 echo '<input type="hidden" name="conf_tab" value="html">';
Note: See TracChangeset
for help on using the changeset viewer.