Dotclear

Changeset 612:abde022052b4 for themes


Ignore:
Timestamp:
07/22/11 08:07:14 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
themes
Message:

Ajout d'un lien vers l'admin du plugin simpleMenu s'il est présent et actif

Location:
themes/ductile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r611 r612  
    274274echo '<fieldset><legend>'.__('Header').'</legend>'. 
    275275'<p class="field"><label for="subtitle_hidden">'.__('Hide blog description:').' '. 
    276 form::checkbox('subtitle_hidden',1,$ductile_user['subtitle_hidden']).'</label>'.'</p>'. 
    277 '</fieldset>'; 
     276form::checkbox('subtitle_hidden',1,$ductile_user['subtitle_hidden']).'</label>'.'</p>'; 
     277if ($core->plugins->moduleExists('simpleMenu')) 
     278{ 
     279     echo '<p>'.sprintf(__('To configure the top menu go to the <a href="%s">Simple Menu administration page</a>.'),'plugin.php?p=simpleMenu').'</p>'; 
     280} 
     281echo '</fieldset>'; 
    278282 
    279283echo '<fieldset><legend>'.__('Stickers').'</legend>'; 
  • themes/ductile/locales/fr/admin.po

    r606 r612  
    1010msgid "Hide blog description:" 
    1111msgstr "Cacher la description du blog :" 
     12 
     13msgid "To configure the top menu go to the <a href=\"%s\">Simple Menu administration page</a>." 
     14msgstr "Pour configurer le menu allez à la <a href=\"%s\">page d'administration de l'extension Menu Simple</a>." 
    1215 
    1316msgid "Stickers" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map