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

Revision 1463, 489 bytes (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:keywords set to Id Revision
Line 
1<MTSetVar name="dynamic_error_template" value="1">
2<MTSetVarBlock name="page_title"><__trans phrase="Page Not Found"></MTSetVarBlock>
3<MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></MTSetVarBlock>
4
5<$MTInclude module="<__trans phrase="Header">" body_class="mt-dynamic-error"$>
6
7<h1 id="page-title"><$MTVar name="page_title"$></h1>
8<blockquote>
9    <strong><$MTErrorMessage$></strong>
10</blockquote>
11
12<$MTInclude module="<__trans phrase="Footer">"$>
Note: See TracBrowser for help on using the browser.