root/branches/release-31/default_templates/main_index.mtml @ 1463

Revision 1463, 0.6 kB (checked in by fumiakiy, 21 months ago)

Merged the latest release-30 changes to release-31. svn merge -r1446:1462 http://code.sixapart.com/svn/movabletype/branches/release-30 .

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