root/branches/release-32/default_templates/page.mtml @ 1698

Revision 1698, 0.8 kB (checked in by bsmith, 20 months ago)

updating default template to most recent advanced version. bugzid:69535

  • Property svn:executable set to *
Line 
1<MTIfCommentsAccepted><$MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"$></MTIfCommentsAccepted>
2<MTSetVarBlock name="title"><$MTPageTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></MTSetVarBlock>
3<MTSetVarBlock name="html_head">
4    <MTIfPingsAccepted><$MTEntryTrackbackData$></MTIfPingsAccepted>
5    <MTIfCommentsAccepted><script type="text/javascript" src="<$MTLink template="javascript"$>"></script></MTIfCommentsAccepted>
6</MTSetVarBlock>
7
8<$MTInclude module="<__trans phrase="Header">" body_class="mt-page-archive"$>
9
10<$MTInclude module="<__trans phrase="Page Detail">"$>
11
12<$MTInclude module="<__trans phrase="TrackBacks">"$>
13
14<$MTInclude module="<__trans phrase="Comments">"$>
15
16<$MTInclude module="<__trans phrase="Footer">"$>
Note: See TracBrowser for help on using the browser.