root/trunk/Vanilla/plugins/Vanilla/templates/vanilla+widgets/entry.mtml @ 1220

Revision 1220, 349 bytes (checked in by bsmith, 13 months ago)

adding two Vanilla template sets: Vanilla+Scoring and Vanilla+Widgets

  • Property svn:executable set to *
Line 
1<mt:IncludeBlock module="Wrapper">
2
3    <h1><$mt:EntryTitle$></h1>
4    <p><__trans phrase="By [_1] on [_2]" params="<$mt:EntryAuthorLink$>%%<$mt:EntryDate format="%x %X"$>"></p>
5    <mt:If tag="EntryBody">
6        <$mt:EntryBody$>
7    </mt:If>
8    <mt:If tag="EntryMore" convert_breaks="0">
9        <$mt:EntryMore$>
10    </mt:If>
11
12</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.