root/branches/release-36/default_templates/main_index_widgets_group.mtml @ 2052

Revision 2052, 0.5 kB (checked in by fumiakiy, 19 months ago)

Integrated Widget Manager to the core. BugId:68750

Now a widgetset is another type of template. The widgets contained in a widgetset is stored in a meta field.

  • Property svn:keywords set to Id Date Author Revision
Line 
1<mt:Ignore>
2    <__trans phrase='This is a custom set of widgets that are conditioned to only appear on the homepage (or "main_index"). More info: [_1]' params='http://www.movabletype.org/documentation/designer/widget-sets.html'>
3</mt:Ignore>
4<mt:If name="main_index">
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</mt:If>
Note: See TracBrowser for help on using the browser.