Changeset 3063
- Timestamp:
- 07/28/11 15:11:26 (12 years ago)
- Location:
- themes/freshy2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/freshy2/_define.php
r3044 r3063 20 20 /* Author */ "Bruno Hondelatte, Pierre Van Glabeke, Julien de Luca (original WP theme)", 21 21 /* Version */ '1.7.11' 22 /* date 18052011 */22 /* date 28072011 */ 23 23 ); 24 24 ?> -
themes/freshy2/tpl/categories.html
r3044 r3063 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 lang="{{tpl:BlogLanguage}}">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" /> 6 <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 7 <title>{{tpl:lang Categories}} - {{tpl:BlogName encode_html="1"}}</title> 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 7 8 <title>{{tpl:lang Categories page}} - {{tpl:BlogName encode_html="1"}}</title> 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 13 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Categories page}} - {{tpl:BlogName encode_html="1"}}" /> 14 <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 15 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 16 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 17 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 18 <meta name="dc.type" content="text" /> 19 <meta name="dc.format" content="text/html" /> 8 20 9 21 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> … … 12 24 <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 13 25 </tpl:Categories> 14 26 15 27 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 16 28 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 17 29 18 30 {{tpl:include src="_head.html"}} 19 31 </head> … … 31 43 <h2>{{tpl:lang Categories}} :</h2> 32 44 33 <tpl:Categories>45 <tpl:Categories> 34 46 <h3><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> ({{tpl:CategoryCount}})</h3> 35 47 <div>{{tpl:CategoryDescription}}</div> 36 37 <p><a type="application/ rss+xml" href="{{tpl:CategoryFeedURL type="rss2"}}"38 title="{{tpl:lang This category's entries RSSfeed}}" class="feed">{{tpl:lang Entries feed}}</a>39 48 49 <p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 50 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 51 40 52 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 41 - <a type="application/ rss+xml" href="{{tpl:CategoryFeedURL type="rss2"}}/comments"42 title="{{tpl:lang This category's comments RSSfeed}}" class="feed">{{tpl:lang Comments feed}}</a>53 - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 54 title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> 43 55 </tpl:SysIf> 44 </p> 56 </p> 45 57 </tpl:Categories> 46 58 </div> … … 48 60 </div> <!-- End #content --> 49 61 50 62 {{tpl:include src="_sidebar.html"}} 51 63 </div> <!-- End #frame --> 52 64 </div> <!-- End #container -->
Note: See TracChangeset
for help on using the changeset viewer.