[pLog-svn] r6326 - templates/branches/lifetype-1.2/MinimaPlus

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 08:36:42 EDT 2008


Author: jondaley
Date: 2008-04-28 08:36:42 -0400 (Mon, 28 Apr 2008)
New Revision: 6326

Modified:
   templates/branches/lifetype-1.2/MinimaPlus/post.template
   templates/branches/lifetype-1.2/MinimaPlus/postandcomments.template
Log:
fixed strange link.  moved trackback link to postandcomments

Modified: templates/branches/lifetype-1.2/MinimaPlus/post.template
===================================================================
--- templates/branches/lifetype-1.2/MinimaPlus/post.template	2008-04-28 12:31:57 UTC (rev 6325)
+++ templates/branches/lifetype-1.2/MinimaPlus/post.template	2008-04-28 12:36:42 UTC (rev 6326)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 	<!-- Begin .post -->
@@ -12,8 +11,10 @@
 		
 		<p class="post-footer">
 			<em>{$locale->tr("posted_by")} {$postOwner->getUsername()}, 
-			<a href="{$url->postPermalink($post)}" title="permanent link">{$locale->formatDate($postDate,"%m/%d,%Y")}</a> @ {$locale->formatDate($postDate,"%H:%M")}</em> | <a class="comment-link" href="http://phys.idv.tw/wp/?p=1#comments"><em><a href="{$url->postPermalink($post)}#comments">{$post->getNumComments()} {$locale->tr("comments")}</a></em></a>
+			<a href="{$url->postPermalink($post)}" title="permanent link">{$locale->formatDate($postDate,"%m/%d,%Y")}</a> @ 
+            {$locale->formatDate($postDate,"%H:%M")}</em> | 
+            <em><a href="{$url->postPermalink($post)}#comments">{$post->getNumComments()} {$locale->tr("comments")}</a></em>
 		</p>
 	</div>
 
-<!-- End .post -->
\ No newline at end of file
+<!-- End .post -->

Modified: templates/branches/lifetype-1.2/MinimaPlus/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/MinimaPlus/postandcomments.template	2008-04-28 12:31:57 UTC (rev 6325)
+++ templates/branches/lifetype-1.2/MinimaPlus/postandcomments.template	2008-04-28 12:36:42 UTC (rev 6326)
@@ -1,6 +1,9 @@
 {include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
+
+<!-- {$url->postTrackbackLink($post)} -->
+
 	<!-- Begin .post -->
 	<div class="post">
 		<h3 class="post-title"><a href="{$url->postPermalink($post)}" style="text-decoration:none;" rel="bookmark" title="Permanent Link: {$post->getTopic()}">{$post->getTopic()}</a></h3>
@@ -29,4 +32,4 @@
 {include file="$blogtemplate/comments.template"}
 
 {include file="$blogtemplate/links.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