Changeset 1816

Show
Ignore:
Timestamp:
04/09/08 02:26:59 (8 months ago)
Author:
fumiakiy
Message:

Wrapped name of included modules in trans tag.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-34/default_templates/category_entry_listing.mtml

    r1709 r1816  
    4040<MTEntries limit="$limit"> 
    4141                            <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">"$> 
    4343</MTEntries> 
    4444 
  • branches/release-34/default_templates/main_index.mtml

    r1728 r1816  
    2323<MTEntries> 
    2424                            <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">"$> 
    2626</MTEntries> 
    2727 
  • branches/release-34/default_templates/monthly_entry_listing.mtml

    r1709 r1816  
    3636<MTEntries limit="$limit"> 
    3737                            <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">"$> 
    3939</MTEntries> 
    4040