Changeset 694:cdb899b3d7ac for themes/ductile/tpl
- Timestamp:
- 08/15/11 22:39:50 (14 years ago)
- Branch:
- default
- Location:
- themes/ductile/tpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/_entry-full.html
r683 r694 10 10 <span class="post-date">{{tpl:EntryDate}}. </span> 11 11 <tpl:EntryIf has_category="1"> 12 <tpl:EntryCategoriesBreadcrumb> 13 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 14 </tpl:EntryCategoriesBreadcrumb> 15 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 12 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 13 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 14 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 16 15 </tpl:EntryIf> 17 16 </p> -
themes/ductile/tpl/_entry-short.html
r683 r694 10 10 <span class="post-date">{{tpl:EntryDate}}. </span> 11 11 <tpl:EntryIf has_category="1"> 12 <tpl:EntryCategoriesBreadcrumb> 13 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 14 </tpl:EntryCategoriesBreadcrumb> 15 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 12 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 13 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 14 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 16 15 </tpl:EntryIf> 17 16 </p> -
themes/ductile/tpl/_simple-entry.html
r683 r694 8 8 <span class="permalink"><a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a></span> 9 9 <tpl:EntryIf has_category="1"> 10 <tpl:EntryCategoriesBreadcrumb> 11 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 12 </tpl:EntryCategoriesBreadcrumb> 13 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 10 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 11 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 12 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 13 </tpl:EntryIf> 15 14 </p>
Note: See TracChangeset
for help on using the changeset viewer.