Changeset 3181
- Timestamp:
- 09/18/13 12:42:41 (10 years ago)
- Location:
- plugins/myfavicon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/myfavicon/_admin.php
r3149 r3181 44 44 45 45 echo 46 '< fieldset><legend>Favicon</legend>'.46 '<div class="fieldset"><h4>Favicon</h4>'. 47 47 '<p><label class="classic">'. 48 48 form::checkbox('favicon_enable','1',(!empty($favicon_url) || !empty($favicon_ie_url))). … … 55 55 '<p><label>'.__('Favicon URL:').' '. 56 56 form::field('favicon_url',40,255,html::escapeHTML($favicon_url)).'</label></p>'. 57 '</div></ fieldset>';57 '</div></div>'; 58 58 } 59 59 -
plugins/myfavicon/_define.php
r3162 r3181 20 20 /* Description*/ "Add a customized favicon to your blog", 21 21 /* Author */ "Oleksandr Syenchuk, Pierre Van Glabeke", 22 /* Version */ '0.6. 2',22 /* Version */ '0.6.3', 23 23 /* Permissions */ 'contentadmin' 24 24 ); -
plugins/myfavicon/locales/fr/main.po
r3162 r3181 10 10 "Content-Transfer-Encoding: 8bit\n" 11 11 "X-Generator: Poedit 1.5.7\n" 12 13 msgid "Add a customized favicon to your blog" 14 msgstr "Ajouter un favicon à votre blog" 12 15 13 16 msgid "To finish installation, please delete the whole cache/cbtpl directory."
Note: See TracChangeset
for help on using the changeset viewer.