root/trunk/Vanilla/templates/vanilla+authentication+comments+userpics/home.mtml @ 916

Revision 916, 0.5 kB (checked in by bsmith, 16 months ago)

adding vanilla+authentication+comments+userpics and updates to vanilla+authentication+comments

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