Changeset 666:7e7918f58915 for themes/ductile/tpl/tag.html
- Timestamp:
- 07/31/11 15:25:33 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/tag.html
r616 r666 57 57 <div id="content-info"> 58 58 <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> 59 60 <p> 61 <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 59 <p><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 62 60 title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 63 64 61 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 65 62 - <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" … … 68 65 </p> 69 66 </div> 70 71 {{tpl:ductileNbEntryPerPage}} 72 <tpl:Entries> 73 {{tpl:ductileEntriesList default="short"}} 67 68 <div class"content-inner"> 69 {{tpl:ductileNbEntryPerPage}} 70 <tpl:Entries> 71 {{tpl:ductileEntriesList default="short"}} 74 72 75 <tpl:EntriesFooter>76 {{tpl:include src="_pagination.html"}}77 </tpl:EntriesFooter>73 <tpl:EntriesFooter> 74 {{tpl:include src="_pagination.html"}} 75 </tpl:EntriesFooter> 78 76 79 </tpl:Entries> 80 </div> 77 </tpl:Entries> 78 </div> <!-- End #content-inner --> 79 </div> <!-- End #content --> 81 80 </div> <!-- End #main --> 82 81
Note: See TracChangeset
for help on using the changeset viewer.