[pLog-svn] r1178 - plog/trunk/templates/standard

Jon Daley plogworld at daley.snurgle.org
Thu Feb 24 02:08:26 GMT 2005


 	bad comment.  tab-completed a filename incorrectly.  But, you get 
the idea.

On Thu, 24 Feb 2005 jondaley at devel.plogworld.net wrote:

> Author: jondaley
> Date: 2005-02-24 01:38:56 +0000 (Thu, 24 Feb 2005)
> New Revision: 1178
>
> Modified:
>   plog/trunk/templates/standard/postandcomments.template
> Log:
> multiple categories
>
> Modified: plog/trunk/templates/standard/postandcomments.template
> ===================================================================
> --- plog/trunk/templates/standard/postandcomments.template	2005-02-24 01:38:02 UTC (rev 1177)
> +++ plog/trunk/templates/standard/postandcomments.template	2005-02-24 01:38:56 UTC (rev 1178)
> @@ -3,9 +3,11 @@
> 		{include file="$blogtemplate/header.template"}
>
> <p id="Nextpost">
> +		{assign var=nextpost value=$post->getNextArticle()}
> 		{if $nextpost == true}
> <a href="{$url->postPermalink($nextpost)}" title="Next post: {$nextpost->getTopic()}">&laquo;</a> |
>    		{/if}
> +		{assign var=prevpost value=$post->getPrevArticle()}
>    		{if $prevpost == true}
> <a href="{$url->postPermalink($prevpost)}" title="Previous post: {$prevpost->getTopic()}">&raquo;</a>
>    		{/if}
> @@ -22,9 +24,9 @@
> <p class="commentposterinfo">
> 		{assign var="postDate" value=$comment->getTimestamp()}
> 		{if $comment->getUserUrl() != ""}<a href="{$comment->getUserUrl()}">{$comment->getUsername()}</a>
> -		{else}
> -                {$comment->getUsername()}
> -                {/if} | {$locale->formatDate($postDate, "%d/%m/%Y, %H:%M")}
> +		{else}
> +			{$comment->getUsername()}
> +		{/if} | {$locale->formatDate($postDate, "%d/%m/%Y, %H:%M")}
> </p>
>
> <div class="commenttext">
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>

**************************************************************
*     Jonathan M. Daley     *   If something is worth doing  *
*   jondaley at snurgle.org    *   once, it's worth building a  *
* www.snurgle.org/~jondaley *         tool to do it.         *
**************************************************************



More information about the pLog-svn mailing list