Changeset 425:c148c218205e for themes/ductile
- Timestamp:
- 06/27/11 23:28:05 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 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">'; -
themes/ductile/tpl/_footer.html
r419 r425 1 1 <div id="footer"> 2 3 <!-- Pour Franck:4 Bien penser à appliquer une classe "last" au dernier item5 -->6 7 <!--8 <ul id="stickers">9 <li id="sticker1"><a href="{{tpl:BlogURL}}pages/Contact"><img src="{{tpl:BlogThemeURL}}/img/sticker-contact.png" alt="" /><span>Contact</span></a></li>10 <li id="sticker2"><a href="{{tpl:BlogURL}}feed/atom"><img src="{{tpl:BlogThemeURL}}/img/sticker-feed.png" alt="" /><span>Abonnement</span></a></li>11 <li id="sticker3" class="last"><a href="{{tpl:BlogURL}}pages/About"><img src="{{tpl:BlogThemeURL}}/img/sticker-about.png" alt="" /><span>À propos</span></a></li>12 </ul>13 -->14 2 {{tpl:Stickers}} 15 3
Note: See TracChangeset
for help on using the changeset viewer.