|
Revision 1423, 0.7 kB
(checked in by bsmith, 21 months ago)
|
|
* Updates from development of MTDefautTemplateSets plugin: http://code.sixapart.com/svn/mtplugins/trunk/MTDefaultTemplateSet/
Including:
* Addition of RSD EditURI to Headers
* Conditioning of trackback data if pings are not accepted
* simplification to Comment Response template code
* modularization of MTEntries limit on Entry Listing
* removing page_layout definition from stylesheet at it is now set by the app
* adding html comments to code for readability
* removed RSS feed templates
* simplifying header module
bugzid:69142
|
-
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 | <mt:setvarblock name="html_head"> |
|---|
| 6 | <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" /> |
|---|
| 7 | </mt:setvarblock> |
|---|
| 8 | </MTIf> |
|---|
| 9 | <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$></MTSetVarBlock> |
|---|
| 10 | |
|---|
| 11 | <$MTInclude module="<__trans phrase="Header">"$> |
|---|
| 12 | |
|---|
| 13 | <MTEntries> |
|---|
| 14 | <$MTInclude module="<__trans phrase="Entry Summary">"$> |
|---|
| 15 | </MTEntries> |
|---|
| 16 | |
|---|
| 17 | <div class="content-nav"> |
|---|
| 18 | <a href="<$MTLink template="archive_index"$>"><__trans phrase="Archives"></a> |
|---|
| 19 | </div> |
|---|
| 20 | |
|---|
| 21 | <$MTInclude module="<__trans phrase="Footer">"$> |
|---|