root/trunk/Vanilla/templates/vanilla+search+tags/page.mtml @ 924

Revision 924, 342 bytes (checked in by bsmith, 16 months ago)

adding vanilla+search+tags

Line 
1<mt:IncludeBlock module="Wrapper">
2
3    <h1><$mt:PageTitle$></h1>
4    <p><__trans phrase="By [_1] on [_2]" params="<$mt:PageAuthorLink$>%%<$mt:PageDate format="%x %X"$>"></p>
5    <mt:If tag="PageBody">
6        <$mt:PageBody$>
7    </mt:If>
8    <mt:If tag="PageMore" convert_breaks="0">
9        <$mt:PageMore$>
10    </mt:If>
11
12</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.