[pLog-svn] r6340 - templates/branches/lifetype-1.2/ocadia

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 10:46:58 EDT 2008


Author: jondaley
Date: 2008-04-28 10:46:58 -0400 (Mon, 28 Apr 2008)
New Revision: 6340

Modified:
   templates/branches/lifetype-1.2/ocadia/post.template
   templates/branches/lifetype-1.2/ocadia/postandcomments.template
Log:
moved trackback link.  Tried to fix the strange line, since I figured it was a CSS error, but it is a hard-coded image, apparently intentional

Modified: templates/branches/lifetype-1.2/ocadia/post.template
===================================================================
--- templates/branches/lifetype-1.2/ocadia/post.template	2008-04-28 14:36:32 UTC (rev 6339)
+++ templates/branches/lifetype-1.2/ocadia/post.template	2008-04-28 14:46:58 UTC (rev 6340)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <!-- post start -->
@@ -17,4 +16,4 @@
 <p class="feedback"><a href="{$url->postPermalink($post)}#Comments" class="commentslink"> ({$post->getNumComments()}) {$locale->tr("comments")} </a>&nbsp;&nbsp;<a href="{$url->postTrackbackStatsLink($post)}" class="commentslink"> ({$post->getNumTrackbacks()}) {$locale->tr("trackbacks")}  </a>&nbsp;&nbsp; <a href="{$url->postPermalink($post)}" title="Permanent Link: {$post->getTopic()}" class="permalink">{$locale->tr("permalink")}</a>
 </p>
 
-</div>
\ No newline at end of file
+</div>

Modified: templates/branches/lifetype-1.2/ocadia/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/ocadia/postandcomments.template	2008-04-28 14:36:32 UTC (rev 6339)
+++ templates/branches/lifetype-1.2/ocadia/postandcomments.template	2008-04-28 14:46:58 UTC (rev 6340)
@@ -15,6 +15,7 @@
 {/if}
 </p>
 {include file="$blogtemplate/post.template"}
+<!-- {$url->postTrackbackLink($post)} -->
 
 {* show comments *}
 <h2 id="comments"><a name="Comments"></a>{$post->getNumComments()} {$locale->tr("comments")|capitalize} | "{$post->getTopic()}" <a href="#NewComment" title="{$locale->tr("add_comment")}">&raquo;</a></h2>
@@ -64,4 +65,4 @@
 </div>
 </div>
 {include file="$blogtemplate/panel.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