Show
Ignore:
Timestamp:
02/28/08 21:39:16 (21 months ago)
Author:
bsmith
Message:

* 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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-30/default_templates/main_index.mtml

    r1104 r1423  
    33<MTSetVar name="main_index" value="1"> 
    44<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> 
    59<MTSetVarBlock name="title"><$MTBlogName encode_html="1"$></MTSetVarBlock> 
    610 
     
    812 
    913<MTEntries> 
    10     <$MTEntryTrackbackData$> 
    1114    <$MTInclude module="<__trans phrase="Entry Summary">"$> 
    1215</MTEntries>