Changeset 1812
- Timestamp:
- 10/29/09 16:38:25 (14 years ago)
- Location:
- plugins/lastImages
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/lastImages/_define.php
r1704 r1812 15 15 /* Description*/ "Display images from posts with different image sizes. Can be randomly chosen and/or filtered by category.", 16 16 /* Author */ "Philippe", 17 /* Version */ '1. 3',17 /* Version */ '1.4', 18 18 /* Permissions */ 'usage,contentadmin' 19 19 ); -
plugins/lastImages/_public.php
r1704 r1812 125 125 $ret .= '<div class="img-box">'."\n"; 126 126 $ret .= ' <div class="img-thumbnail"><a title="'.$rsp->post_title.'" href="'.$full_url.'">'.$img_thumb.'</a></div>'."\n"; 127 if ($w->post_title == '1') { 128 $ret .= ' <div class="img-name"><a title="Voir : '.$rsp->post_title.'" href="'.$full_url.'" class="infos">'.$rsp->post_title.'</a></div>'."\n"; 129 } 127 130 $ret .= '</div>'."\n"; 128 131 -
plugins/lastImages/_widget.php
r1704 r1812 28 28 $w->lastImages->setting('selected',__('Selected posts'),0,'check'); 29 29 $w->lastImages->setting('random',__('Random sort'),0,'check'); 30 $w->lastImages->setting('post_title',__('Display post title'),0,'check'); 30 31 31 32 $w->lastImages->setting('size',__('Image size'),1,'combo', -
plugins/lastImages/locales/fr/main.po
r1707 r1812 1 msgid ""2 msgstr ""3 "Project-Id-Version: \n"4 "POT-Creation-Date: \n"5 "PO-Revision-Date: \n"6 "Last-Translator: Kozlika <kozlika@free.fr>\n"7 "Language-Team: \n"8 "MIME-Version: 1.0\n"9 "Content-Type: text/plain; charset=iso-8859-1\n"10 "Content-Transfer-Encoding: 8bit\n"11 12 1 msgid "Last images" 13 2 msgstr "Dernières images" … … 25 14 msgstr "Billets sélectionnés" 26 15 16 msgid "Display post title" 17 msgstr "Afficher le titre des billets"
Note: See TracChangeset
for help on using the changeset viewer.