Changeset 3044
- Timestamp:
- 05/18/11 22:53:56 (12 years ago)
- Location:
- themes/freshy2
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/freshy2/_define.php
r3035 r3044 19 19 /* Description*/ "Freshy v2 customizable theme", 20 20 /* Author */ "Bruno Hondelatte, Pierre Van Glabeke, Julien de Luca (original WP theme)", 21 /* Version */ '1.7.1 0'22 /* date 07012011 */21 /* Version */ '1.7.11' 22 /* date 18052011 */ 23 23 ); 24 24 ?> -
themes/freshy2/tpl/archive_day.html
r2801 r3044 29 29 </tpl:ArchiveNext> 30 30 <tpl:ArchivePrevious> 31 <link rel="prev ious" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" />31 <link rel="prev" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> 32 32 </tpl:ArchivePrevious> 33 33 <tpl:Entries no_content="1"> … … 75 75 <!-- # cat --> 76 76 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 77 <!-- # meta-->77 <!-- # tag --> 78 78 <tpl:EntryTags> 79 79 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> -
themes/freshy2/tpl/archive_month.html
r2432 r3044 28 28 <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" 29 29 title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> 30 <tpl:ArchivePrevious><link rel="prev ious" href="{{tpl:ArchiveURL}}"30 <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" 31 31 title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> 32 32 … … 74 74 <!-- # cat --> 75 75 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 76 <!-- # meta-->76 <!-- # tag --> 77 77 <tpl:EntryTags> 78 78 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> -
themes/freshy2/tpl/author.html
r2184 r3044 31 31 <tpl:Pagination> 32 32 <tpl:PaginationIf end="0"> 33 <link rel="prev ious" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />33 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 34 34 </tpl:PaginationIf> 35 35 … … 111 111 <!-- # cat --> 112 112 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 113 <!-- # meta-->113 <!-- # tag --> 114 114 <tpl:EntryTags> 115 115 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> -
themes/freshy2/tpl/blogroll.html
r2801 r3044 28 28 <tpl:Pagination> 29 29 <tpl:PaginationIf end="0"> 30 <link rel="prev ious" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />30 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 31 31 </tpl:PaginationIf> 32 32 -
themes/freshy2/tpl/categories.html
r733 r3044 13 13 </tpl:Categories> 14 14 15 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{{tpl:BlogFeedURL type="rss2"}}" />16 15 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 17 16 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> -
themes/freshy2/tpl/category.html
r2184 r3044 30 30 <tpl:Pagination> 31 31 <tpl:PaginationIf end="0"> 32 <link rel="prev ious" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />32 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 33 33 </tpl:PaginationIf> 34 34 … … 115 115 <!-- # cat --> 116 116 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 117 <!-- # meta-->117 <!-- # tag --> 118 118 <tpl:EntryTags> 119 119 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> -
themes/freshy2/tpl/contribute.html
r3035 r3044 197 197 <!-- # cat --> 198 198 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 199 <!-- # meta-->199 <!-- # tag --> 200 200 <tpl:EntryTags> 201 201 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> -
themes/freshy2/tpl/home.html
r2184 r3044 32 32 <tpl:Pagination> 33 33 <tpl:PaginationIf end="0"> 34 <link rel="prev ious" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />34 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 35 35 </tpl:PaginationIf> 36 36 … … 94 94 <!-- # cat --> 95 95 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 96 <!-- # meta-->96 <!-- # tag --> 97 97 <tpl:EntryTags> 98 98 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> -
themes/freshy2/tpl/homepagemode.html
r2801 r3044 117 117 <!-- # cat --> 118 118 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 119 <!-- # meta-->119 <!-- # tag --> 120 120 <tpl:EntryTags> 121 121 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> … … 204 204 <!-- # cat --> 205 205 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 206 <!-- # meta-->206 <!-- # tag --> 207 207 <tpl:EntryTags> 208 208 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> -
themes/freshy2/tpl/media.html
r2801 r3044 12 12 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 13 13 14 <link rel="alternate" type="application/rss+xml" title="RSS 2.0"15 href="{{tpl:BlogFeedURL type="rss2"}}" />16 14 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" 17 15 href="{{tpl:BlogFeedURL type="atom"}}" /> -
themes/freshy2/tpl/media_player.html
r2801 r3044 12 12 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 13 13 14 <link rel="alternate" type="application/rss+xml" title="RSS 2.0"15 href="{{tpl:BlogFeedURL type="rss2"}}" />16 14 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" 17 15 href="{{tpl:BlogFeedURL type="atom"}}" /> -
themes/freshy2/tpl/page.html
r2597 r3044 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl: EntryLang}}" lang="{{tpl:EntryLang}}">3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> … … 209 209 </p> 210 210 211 <p class="form-help">{{tpl:lang HTML code is displayed as text and web addresses are 212 automatically converted.}}</p> 211 <p class="form-help">{{tpl:CommentHelp}}</p> 213 212 214 213 <!-- # --BEHAVIOR-- publicCommentFormAfterContent --> -
themes/freshy2/tpl/post.html
r2597 r3044 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl: EntryLang}}" lang="{{tpl:EntryLang}}">3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> … … 30 30 title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 31 31 32 <tpl:EntryPrevious><link rel="prev ious" href="{{tpl:EntryURL}}"32 <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" 33 33 title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 34 34 … … 82 82 <!-- # cat --> 83 83 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 84 <!-- # meta-->84 <!-- # tag --> 85 85 <tpl:EntryTags> 86 86 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> … … 227 227 </p> 228 228 229 <p class="form-help">{{tpl:lang HTML code is displayed as text and web addresses are 230 automatically converted.}}</p> 229 <p class="form-help">{{tpl:CommentHelp}}</p> 231 230 232 231 <!-- # --BEHAVIOR-- publicCommentFormAfterContent --> -
themes/freshy2/tpl/search.html
r2184 r3044 28 28 <tpl:Pagination> 29 29 <tpl:PaginationIf end="0"> 30 <link rel="prev ious" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />30 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 31 31 </tpl:PaginationIf> 32 32 … … 101 101 <!-- # cat --> 102 102 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 103 <!-- # meta-->103 <!-- # tag --> 104 104 <tpl:EntryTags> 105 105 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> -
themes/freshy2/tpl/subscribetocomments.html
r2432 r3044 12 12 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 13 13 14 <link rel="alternate" type="application/rss+xml" title="RSS 2.0"15 href="{{tpl:BlogFeedURL type="rss2"}}" />16 14 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" 17 15 href="{{tpl:BlogFeedURL type="atom"}}" /> -
themes/freshy2/tpl/tag.html
r2241 r3044 28 28 <tpl:Pagination> 29 29 <tpl:PaginationIf end="0"> 30 <link rel="prev ious" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />30 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 31 31 </tpl:PaginationIf> 32 32 … … 55 55 <div id="content"> 56 56 <div class="post"> 57 <h2 class="post-title">» {{tpl:lang Tag}} : {{tpl: MetaID}}</h2>57 <h2 class="post-title">» {{tpl:lang Tag}} : {{tpl:TagID}}</h2> 58 58 <div class="entry"></div> 59 59 … … 108 108 <!-- # cat --> 109 109 <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf> 110 <!-- # meta-->110 <!-- # tag --> 111 111 <tpl:EntryTags> 112 112 <tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>
Note: See TracChangeset
for help on using the changeset viewer.