Changeset 1229
- Timestamp:
- 01/15/08 06:13:44 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-27/plugins/WidgetManager/default_widgets/archive_meta_widget.mtml
r1118 r1229 4 4 <mt:if name="category_archive"> 5 5 <mt:IfArchiveTypeEnabled archive_type="Category-Monthly"> 6 <$mt:include widget=" Current Category Monthly Archives"$>6 <$mt:include widget="<__trans phrase="Current Category Monthly Archives">"$> 7 7 </mt:IfArchiveTypeEnabled> 8 8 </mt:if> 9 9 <mt:IfArchiveTypeEnabled archive_type="Category"> 10 <$mt:include widget=" Category Archives"$>10 <$mt:include widget="<__trans phrase="Category Archives">"$> 11 11 </mt:IfArchiveTypeEnabled> 12 12 <mt:IfArchiveTypeEnabled archive_type="Monthly"> 13 <$mt:include widget=" Monthly Archives"$>13 <$mt:include widget="<__trans phrase="Monthly Archives">"$> 14 14 </mt:IfArchiveTypeEnabled> branches/release-27/plugins/WidgetManager/default_widgets/main_index_meta_widget.mtml
r1118 r1229 3 3 </mt:Ignore> 4 4 <mt:If name="main_index"> 5 <$mt:include widget=" Recent Comments"$>6 <$mt:include widget=" Recent Entry List"$>7 <$mt:include widget=" Recent Asset List"$>8 <$mt:include widget=" Tag Cloud"$>5 <$mt:include widget="<__trans phrase="Recent Comments">"$> 6 <$mt:include widget="<__trans phrase="Recent Entries">"$> 7 <$mt:include widget="<__trans phrase="Recent Assets">"$> 8 <$mt:include widget="<__trans phrase="Tag Cloud">"$> 9 9 </mt:If>
