Changeset 2644:88b1b462c4d0 for inc/public/default-templates
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/category.html
r2603 r2644 60 60 {{tpl:CategoryTitle encode_html="1"}} 61 61 </h2> 62 {{tpl:CategoryDescription}}63 62 64 63 <tpl:CategoryIf has_entries="1"> 65 < p class="feed-info">66 < a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"67 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 64 <ul class="content-info__feed"> 65 <li><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 66 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></li> 68 67 69 68 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 70 -<a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"71 title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> 69 <li><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 70 title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></li> 72 71 </tpl:SysIf> 73 </ p>72 </ul> 74 73 </tpl:CategoryIf> 74 75 <div class="content-info__cat-desc"> 76 {{tpl:CategoryDescription}} 77 </div> 78 75 79 76 80 <tpl:CategoryFirstChildren> 77 81 <tpl:CategoriesHeader> 78 <div id="subcategories" >82 <div id="subcategories" class="content-info__sub-cat"> 79 83 <h3>{{tpl:lang Subcategories}}</h3> 80 84 <ul>
Note: See TracChangeset
for help on using the changeset viewer.