themes/connections/blogpost.tpl
changeset 0 902822492a68
equal deleted inserted replaced
-1:000000000000 0:902822492a68
       
     1 <!-- Template file for blog posts (EnanoPress) -->
       
     2   <p class="post-date">{D} {j} {M} {Y}</p>
       
     3   <div class="post-info">
       
     4     <h2 class="post-title">
       
     5       <a href="{PERMALINK}" rel="bookmark" title="Permanent link to this post">{TITLE}</a>
       
     6     </h2>
       
     7     Posted by <a href="{AUTHOR_LINK}" {AUTHOR_USERPAGE_CLASS}="">{AUTHOR}</a><br />
       
     8     <a href="{COMMENT_LINK}">{COMMENT_LINK_TEXT}</a><!-- BEGIN can_edit -->  |  <a href="{EDIT_LINK}">edit this post</a><!-- END can_edit -->
       
     9   </div>
       
    10   <div class="post-content">
       
    11     {CONTENT}
       
    12   </div>
       
    13