Changeset 2593
- Timestamp:
- 06/18/08 01:24:37 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-40/default_templates/entry.mtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/default_templates/entry.mtml
r2553 r2593 57 57 </div> 58 58 <div class="asset-footer"> 59 <MTIfNonEmpty tag="EntryCategory"> 59 <mt:IfArchiveTypeEnabled archive_type="Category"> 60 <mt:If tag="MTEntryCategories"> 60 61 <div class="entry-categories"> 61 62 <h4 class="entry-categories-header"><__trans phrase="Categories"><span class="delimiter">:</span></h4> … … 64 65 </ul> 65 66 </div> 66 </MTIfNonEmpty> 67 </mt:If> 68 </mt:IfArchiveTypeEnabled> 67 69 <MTEntryIfTagged> 68 70 <div class="entry-tags">
