Changeset 2289
- Timestamp:
- 06/03/10 10:49:51 (13 years ago)
- Location:
- themes/designPile
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/designPile/_define.php
r2288 r2289 19 19 /* Description*/ "A dark and clean theme", 20 20 /* Author */ "Site 5 - adapted to Dotclear by annso", 21 /* Version */ '1.2 '21 /* Version */ '1.2.1' 22 22 ); 23 23 ?> -
themes/designPile/_public.php
r2287 r2289 15 15 16 16 if (!defined('DC_RC_PATH')) { return; } 17 18 l10n::set(dirname(__FILE__).'/locales/'.$_lang.'/public'); 17 19 18 20 # appel du bon fichier css dans le head -
themes/designPile/css/blue.css
r2288 r2289 1 1 a { color: #0C9FE7; } 2 ul { list-style-image:url(../img/blue/bullet_star_featured.png); }2 .post ul { list-style-image:url(../img/blue/bullet_star_featured.png); } 3 3 4 4 #logo { background:url(../img/blue/logo.png) no-repeat; } -
themes/designPile/css/green.css
r2288 r2289 1 1 a { color: #99CC30; } 2 ul { list-style-image:url(../img/green/bullet_star_featured.png); }2 .post ul { list-style-image:url(../img/green/bullet_star_featured.png); } 3 3 4 4 #logo { background:url(../img/green/logo.png) no-repeat; } -
themes/designPile/css/pink.css
r2288 r2289 1 1 a { color: #F50C56; } 2 ul { list-style-image:url(../img/pink/bullet_star_featured.png); }2 .post ul { list-style-image:url(../img/pink/bullet_star_featured.png); } 3 3 4 4 #logo { background:url(../img/pink/logo.png) no-repeat; } -
themes/designPile/locales/fr/main.po
r2288 r2289 10 10 msgid "If you don't want to display a link, keep its field empty." 11 11 msgstr "Laisser un champ vide pour ne pas le faire apparaitre." 12 13 #: tpl/home-page1.html:11114 msgid "comment"15 msgstr "commentaire"16 -
themes/designPile/locales/fr/public.po
r2288 r2289 2 2 msgstr "Designé par" 3 3 4 msgid " comment"5 msgstr " commentaire"4 msgid "%s comment" 5 msgstr "%s commentaire" -
themes/designPile/tpl/home-page1.html
r2288 r2289 72 72 </tpl:EntryIf> 73 73 <tpl:EntryIf show_comments="1"> 74 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none=" 0comment"}}</a>74 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="%s comment"}}</a> 75 75 </tpl:EntryIf> 76 76 </p> … … 109 109 <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> 110 110 <tpl:EntryIf show_comments="1"> 111 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none=" 0comment"}}</a>111 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="%s comment"}}</a> 112 112 </tpl:EntryIf> 113 113 </p>
Note: See TracChangeset
for help on using the changeset viewer.