[pLog-svn] r6343 - templates/branches/lifetype-1.2/spollo

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 10:57:02 EDT 2008


Author: jondaley
Date: 2008-04-28 10:57:01 -0400 (Mon, 28 Apr 2008)
New Revision: 6343

Modified:
   templates/branches/lifetype-1.2/spollo/postandcomments.template
Log:
added trackback link. nice template!

Modified: templates/branches/lifetype-1.2/spollo/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/spollo/postandcomments.template	2008-04-28 14:54:58 UTC (rev 6342)
+++ templates/branches/lifetype-1.2/spollo/postandcomments.template	2008-04-28 14:57:01 UTC (rev 6343)
@@ -5,6 +5,7 @@
 	{assign var="postDate" value=$post->getDateObject()}
 	{assign var="postOwner" value=$post->getUserInfo()}
 	{include file="$blogtemplate/post.template"}
+    <!-- {$url->postTrackbackLink($post)} -->
 	{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
 	<h2>{$locale->tr("comments")}</h2>
 	<div class="storycontent">
@@ -47,4 +48,4 @@
 	</div>
 	{/if}
 </div>
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}



More information about the pLog-svn mailing list