themes/connections/blogpost.tpl
changeset 34 80f52593bee9
parent 33 143d3ee32f3c
child 35 efae425e9b98
--- a/themes/connections/blogpost.tpl	Sun Jul 01 14:15:46 2007 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-<!-- 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>
-