[pLog-svn] r4029 - plog/branches/lifetype-1.1.1/templates/summary

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Sep 23 17:07:21 GMT 2006


Author: oscar
Date: 2006-09-23 17:07:21 +0000 (Sat, 23 Sep 2006)
New Revision: 4029

Modified:
   plog/branches/lifetype-1.1.1/templates/summary/blogprofile.template
   plog/branches/lifetype-1.1.1/templates/summary/blogslist.template
Log:
Removed the last update date, as it is not exactly what people think it is (it is the last time the blog settings were changed, not the last time the blog was updated)

Modified: plog/branches/lifetype-1.1.1/templates/summary/blogprofile.template
===================================================================
--- plog/branches/lifetype-1.1.1/templates/summary/blogprofile.template	2006-09-23 12:47:45 UTC (rev 4028)
+++ plog/branches/lifetype-1.1.1/templates/summary/blogprofile.template	2006-09-23 17:07:21 UTC (rev 4029)
@@ -4,12 +4,7 @@
 <div id="onecolumn">
 	{assign var="url" value=$blog->getBlogRequestGenerator()}
     <h4><a href="{$url->blogLink()}">&raquo; {$blog->getBlog()|strip_tags}</a></h4>
-        {assign var="updateDate" value=$blog->getUpdateDateObject()}
         {assign var="owner" value=$blog->getOwnerInfo()}
-
-        <div class="subtitle">
-            {$locale->tr("updated")} {$locale->formatDate($updateDate,"%e %B %Y")}
-        </div>
         <p>
             {$blog->getAbout()|strip_tags}
         </p>

Modified: plog/branches/lifetype-1.1.1/templates/summary/blogslist.template
===================================================================
--- plog/branches/lifetype-1.1.1/templates/summary/blogslist.template	2006-09-23 12:47:45 UTC (rev 4028)
+++ plog/branches/lifetype-1.1.1/templates/summary/blogslist.template	2006-09-23 17:07:21 UTC (rev 4029)
@@ -38,18 +38,15 @@
       </h4>
     {/if}
     {foreach from=$blogs item=blog}
-        {assign var="updateDate" value=$blog->getUpdateDateObject()}
         {assign var="owner" value=$blog->getOwnerInfo()}
 		{assign var="url" value=$blog->getBlogRequestGenerator()}
 		{assign var=category value=$blog->getBlogCategory()}
-
         <h3>
 		 <a href="{$url->blogLink()}">{$blog->getBlog()|strip_tags}</a>
 		 <a href="?op=BlogProfile&amp;blogId={$blog->getId()}"> ? </a>
 		</h3>
         <div class="subtitle">
-		    {if $category}{$locale->tr("category")}: {$category->getName()}{/if}<br/>
-            {$locale->tr("updated")} {$locale->formatDate($updateDate,"%e %B %Y")}
+		    {if $category}{$locale->tr("category")}: {$category->getName()}{/if}
         </div>
         <p>
             {$blog->getAbout()|strip_tags}



More information about the pLog-svn mailing list