themes/connections/blogpost.tpl
author dan@fuhry
Sat, 16 Jun 2007 18:47:06 -0400
changeset 9 1e61232606d6
parent 0 902822492a68
permissions -rw-r--r--
Following fixes: admin theme supports <button> tag now, PageProcessor can eval now, and SpecialAdmin.php plugin can no longer be disabled

<!-- Template file for blog posts (EnanoPress) -->
  <p class="post-date">{D} {j} {M} {Y}</p>
  <div class="post-info">
    <h2 class="post-title">
      <a href="{PERMALINK}" rel="bookmark" title="Permanent link to this post">{TITLE}</a>
    </h2>
    Posted by <a href="{AUTHOR_LINK}" {AUTHOR_USERPAGE_CLASS}="">{AUTHOR}</a><br />
    <a href="{COMMENT_LINK}">{COMMENT_LINK_TEXT}</a><!-- BEGIN can_edit -->  |  <a href="{EDIT_LINK}">edit this post</a><!-- END can_edit -->
  </div>
  <div class="post-content">
    {CONTENT}
  </div>