Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_entry-full.html
r2619 r2623 10 10 11 11 <tpl:EntryIf extended="1"> 12 12 <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 13 13 </tpl:EntryIf> 14 14 15 <div class="post-content">{{tpl:EntryContent}}</div> 15 16 … … 20 21 <p class="post-info"> 21 22 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 22 <span class="post-date">{{tpl:EntryDate}}. 23 </p> 24 <tpl:EntryIf has_category="1"> 25 <p class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 23 <span class="post-date">{{tpl:EntryDate}}.</span> 24 <tpl:EntryIf has_category="1"> 25 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 26 26 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 27 27 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a> 28 </p> 29 </tpl:EntryIf> 28 </span> 29 </tpl:EntryIf> 30 </p> 30 31 31 32 <tpl:EntryTags> 32 33 <tpl:TagsHeader> 33 34 <ul class="post-tags-list"> 34 35 </tpl:TagsHeader> 35 36 <li class="post-tags-item"><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 36 37 <tpl:TagsFooter> 37 38 </ul> 38 39 </tpl:TagsFooter> 39 40 </tpl:EntryTags> … … 43 44 <p class="post-info-co"> 44 45 <tpl:EntryIf show_comments="1"> 45 46 <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 46 47 </tpl:EntryIf> 47 48 <tpl:EntryIf show_pings="1"> 48 49 <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 49 50 <tpl:EntryIf has_attachment="1"> 50 51 <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 51 52 </p> 52 53 </tpl:EntryIf>
Note: See TracChangeset
for help on using the changeset viewer.