Dotclear


Ignore:
Timestamp:
06/27/11 23:28:05 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
themes
Message:
  • Correction gestion stickers
  • Toilettage
Location:
themes/ductile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r421 r425  
    109109$ductile_stickers = @unserialize($ductile_stickers); 
    110110if (!is_array($ductile_stickers)) { 
    111      $ductile_stickers = array(); 
    112 } 
    113  
    114 $ductile_stickers = $ductile_stickers_base; 
     111     $ductile_stickers = $ductile_stickers_base; 
     112} 
    115113 
    116114$conf_tab = isset($_POST['conf_tab']) ? $_POST['conf_tab'] : 'html'; 
     
    205203'</fieldset>'; 
    206204 
    207 //echo '<fieldset><legend>'.__('Stickers').'</legend>'; 
    208 echo '<h3>'.__('Stickers').'</h3>'; 
    209  
    210 echo '<table id="stickerslist">'.'<caption>'.__('Stickers').'</caption>'. 
     205echo '<fieldset><legend>'.__('Stickers').'</legend>'; 
     206 
     207echo '<table id="stickerslist">'.'<caption>'.__('Stickers (footer)').'</caption>'. 
    211208'<thead>'. 
    212209'<tr>'. 
     
    239236'</table>'; 
    240237 
    241 //echo '</fieldset>'; 
     238echo '</fieldset>'; 
    242239 
    243240echo '<input type="hidden" name="conf_tab" value="html">'; 
  • themes/ductile/tpl/_footer.html

    r419 r425  
    11<div id="footer"> 
    2  
    3 <!-- Pour Franck:  
    4 Bien penser à appliquer une classe "last" au dernier item 
    5 --> 
    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 --> 
    142     {{tpl:Stickers}} 
    153 
Note: See TracChangeset for help on using the changeset viewer.

Sites map