[pLog-svn] r6090 - plog/branches/lifetype-1.2/templates/standard

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Nov 29 02:23:48 EST 2007


Author: mark
Date: 2007-11-29 02:23:46 -0500 (Thu, 29 Nov 2007)
New Revision: 6090

Modified:
   plog/branches/lifetype-1.2/templates/standard/footer.template
Log:
Seems no one complain the atom url is wrong ...

Modified: plog/branches/lifetype-1.2/templates/standard/footer.template
===================================================================
--- plog/branches/lifetype-1.2/templates/standard/footer.template	2007-11-29 06:27:47 UTC (rev 6089)
+++ plog/branches/lifetype-1.2/templates/standard/footer.template	2007-11-29 07:23:46 UTC (rev 6090)
@@ -2,11 +2,11 @@
 
 </div>
 
-<div id="Menu">	
+<div id="Menu">
 {assign var=blogOwner value=$blog->getOwnerInfo()}
 {assign var=AboutMyself value=$blogOwner->getAboutMyself()}
 {if $blogOwner->hasPicture() && $AboutMyself}
-  
+
   	<h2>{$locale->tr("about_myself")}</h2>
   	<div id="AboutMyself">
   	{assign var=picture value=$blogOwner->getPicture()}
@@ -24,16 +24,16 @@
     	<li><a title="{$locale->tr("main")}" href="{$url->blogLink()}">{$locale->tr("main")}</a></li>
     	<li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a></li>
     	<li><a title="{$locale->tr("albums")}" href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
-    	
+
     	 {foreach name=mylinkscategories from=$mylinkscategories item=panel_linkcategory}
 {if $smarty.foreach.mylinkscategories.first}
-   
+
 <li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>{/if}
     	{/foreach}
     	<li><a title="{$locale->tr("admin")}" href="{$url->getAdminUrl()}">{$locale->tr("admin")}</a></li>
     	</ul>
     	</div>
-    	
+
     	<h2>{$locale->tr("search")}</h2>
 	<div id="Search">
 	<form id="search_form" method="post" action="{$url->getIndexUrl()}">
@@ -41,16 +41,16 @@
 	<label for="searchTerms"><input type="text" id="searchTerms" name="searchTerms" value="" /></label>
 	<input type="submit" name="Search" value="{$locale->tr("search_s")}" class="button" />
 	<input type="hidden" name="op" value="Search" />
-	<input type="hidden" name="blogId" value="{$blog->getId()}" />   
+	<input type="hidden" name="blogId" value="{$blog->getId()}" />
 	</fieldset>
 	</form>
-	</div> 
-	
+	</div>
+
 	<h2>{$locale->tr("calendar")}</h2>
     	<div id="Calendar">
     		{$calendar}
-    	</div>	
-  
+    	</div>
+
   	<h2>{$locale->tr("recently")}</h2>
     	<div id="Recently">
     	<ul>
@@ -59,7 +59,7 @@
     		{/foreach}
     	</ul>
    	</div>
-    
+
  	<h2>{$locale->tr("categories")}</h2>
     	<div id="Categories">
     	<ul>
@@ -68,19 +68,19 @@
    		{/foreach}
   	</ul>
   	</div>
-  
+
   	<h2>{$locale->tr("syndicate")}</h2>
     	<div id="Syndicate">
     	<ul>
     	<li><a title="RSS 0.90" href="{$url->rssLink("rss090")}">RSS 0.90</a></li>
     	<li><a title="RSS 1.0" href="{$url->rssLink("rss10")}">RSS 1.0</a></li>
     	<li><a title="RSS 2.0" href="{$url->rssLink("rss20")}">RSS 2.0</a></li>
-    	<li><a title="Atom" href="{$url->rssLink("rss20")}">Atom</a></li>
+    	<li><a title="Atom" href="{$url->rssLink("atom")}">Atom</a></li>
     	</ul>
     	</div>
 </div>
 
-<div class="clearer">&nbsp;</div> 
+<div class="clearer">&nbsp;</div>
 
 
 



More information about the pLog-svn mailing list