Changeset 1816
- Timestamp:
- 04/09/08 02:26:59 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-34/default_templates/category_entry_listing.mtml
r1709 r1816 40 40 <MTEntries limit="$limit"> 41 41 <mt:ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:ignore> 42 <$mt:include module=" Entry Summary"$>42 <$mt:include module="<__trans phrase="Entry Summary">"$> 43 43 </MTEntries> 44 44 branches/release-34/default_templates/main_index.mtml
r1728 r1816 23 23 <MTEntries> 24 24 <mt:ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:ignore> 25 <$mt:include module=" Entry Summary"$>25 <$mt:include module="<__trans phrase="Entry Summary">"$> 26 26 </MTEntries> 27 27 branches/release-34/default_templates/monthly_entry_listing.mtml
r1709 r1816 36 36 <MTEntries limit="$limit"> 37 37 <mt:ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:ignore> 38 <$mt:include module=" Entry Summary"$>38 <$mt:include module="<__trans phrase-"Entry Summary">"$> 39 39 </MTEntries> 40 40
