root/branches/boomer/default_templates/main_index.mtml @ 1104

Revision 1104, 0.6 kB (checked in by hachi, 2 years ago)

Merging release-24 to boomer branch: svn merge -r67670:69246 http://svn.sixapart.com/repos/eng/movabletype/branches/release-24 .

  • Property svn:executable set to *
  • Property svn:keywords set to Id Revision
Line 
1<MTSetVar name="body_class" value="mt-main-index">
2<MTSetVar name="main_template" value="1">
3<MTSetVar name="main_index" value="1">
4<MTSetVar name="sidebar" value="1">
5<MTSetVarBlock name="title"><$MTBlogName encode_html="1"$></MTSetVarBlock>
6
7<$MTInclude module="<__trans phrase="Header">"$>
8
9<MTEntries>
10    <$MTEntryTrackbackData$>
11    <$MTInclude module="<__trans phrase="Entry Summary">"$>
12</MTEntries>
13
14<div class="content-nav">
15    <a href="<$MTLink template="archive_index"$>"><__trans phrase="Archives"></a>
16</div>
17
18<$MTInclude module="<__trans phrase="Footer">"$>
Note: See TracBrowser for help on using the browser.