[pLog-svn] r6337 - templates/branches/lifetype-1.2/glossyblue

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 10:29:07 EDT 2008


Author: jondaley
Date: 2008-04-28 10:29:07 -0400 (Mon, 28 Apr 2008)
New Revision: 6337

Modified:
   templates/branches/lifetype-1.2/glossyblue/postandcomments.template
Log:
added trackback link

Modified: templates/branches/lifetype-1.2/glossyblue/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/glossyblue/postandcomments.template	2008-04-28 14:26:57 UTC (rev 6336)
+++ templates/branches/lifetype-1.2/glossyblue/postandcomments.template	2008-04-28 14:29:07 UTC (rev 6337)
@@ -2,6 +2,9 @@
 	{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 || $comments }
 	<h3 id="comments">{$locale->tr("comments")}</h3>
 	{include file="$blogtemplate/comments.template"}
@@ -9,4 +12,4 @@
 {/if}
 </div>
 {include file="$blogtemplate/sidebar.template"}
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}


More information about the pLog-svn mailing list