Changeset 609:9f126d3f2e71 for themes/ductile/tpl/category.html
- Timestamp:
- 07/22/11 07:18:31 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/category.html
r585 r609 72 72 </tpl:CategoryIf> 73 73 74 75 <tpl:CategoriesHeader>76 <div id="subcategories">77 <h3>{{tpl:lang Subcategories}}</h3>78 <ul>79 </tpl:CategoriesHeader>80 <li class="post-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>81 <tpl:CategoriesFooter>82 </ul>83 </div>84 </tpl:CategoriesFooter>85 </tpl:CategoryFirstChildren>86 </div>74 <tpl:CategoryFirstChildren> 75 <tpl:CategoriesHeader> 76 <div id="subcategories"> 77 <h3>{{tpl:lang Subcategories}}</h3> 78 <ul> 79 </tpl:CategoriesHeader> 80 <li class="post-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 81 <tpl:CategoriesFooter> 82 </ul> 83 </div> 84 </tpl:CategoriesFooter> 85 </tpl:CategoryFirstChildren> 86 </div> 87 87 88 88 {{tpl:ductileNbEntryPerPage}}
Note: See TracChangeset
for help on using the changeset viewer.