[pLog-svn] r4645 - plog/branches/lifetype-1.2/templates/LifeType

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Feb 1 06:55:34 EST 2007


Author: oscar
Date: 2007-02-01 06:55:34 -0500 (Thu, 01 Feb 2007)
New Revision: 4645

Modified:
   plog/branches/lifetype-1.2/templates/LifeType/blog.template
   plog/branches/lifetype-1.2/templates/LifeType/footer.template
   plog/branches/lifetype-1.2/templates/LifeType/footermain.template
   plog/branches/lifetype-1.2/templates/LifeType/main.template
Log:
some updates to the lifetype.net, including one to get category links working


Modified: plog/branches/lifetype-1.2/templates/LifeType/blog.template
===================================================================
--- plog/branches/lifetype-1.2/templates/LifeType/blog.template	2007-02-01 11:30:42 UTC (rev 4644)
+++ plog/branches/lifetype-1.2/templates/LifeType/blog.template	2007-02-01 11:55:34 UTC (rev 4645)
@@ -1,9 +1,9 @@
 {include file="$blogtemplate/header.template"}
 <div id="content" class="narrowcolumn">
-{foreach from=$recentposts item=post}
+{foreach from=$posts item=post}
 {include file="$blogtemplate/post.template"}
 {/foreach}
 </div>
 {pager style="links"}
 {include file="$blogtemplate/panel.template"}
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}

Modified: plog/branches/lifetype-1.2/templates/LifeType/footer.template
===================================================================
--- plog/branches/lifetype-1.2/templates/LifeType/footer.template	2007-02-01 11:30:42 UTC (rev 4644)
+++ plog/branches/lifetype-1.2/templates/LifeType/footer.template	2007-02-01 11:55:34 UTC (rev 4645)
@@ -1,43 +1,43 @@
 <table>
-  <tr>
-    <td style="width:100%"></td>
-  </tr>
-  <tr>
-	<td colspan="3" style="width:750px;height:40px"></td>
-	<td style="width:100%"></td>
- </tr>
-</table> 
+<tr>
+<td style="width:100%"></td>
+</tr>
+<tr>
+<td colspan="3" style="width:750px;height:40px"></td>
+<td style="width:100%"></td>
+</tr>
+</table>
 <div id="footer">
-	<table style="border-top: 1px solid #efefef">
-		<tr>
-		<td>&nbsp;</td>
-		<td>&nbsp;</td>
-		<td>&nbsp;</td>
-		</tr>
-		<tr>
-		<td style="width:238px;text-align:left">&copy; 2005 <a href="http://www.lifetype.net" class="black">LifeType</a>. All rights reserved.
-		</td>
-		<td style="width:272;text-align:center"> 
-    		<a href="http://www.lifetype.net/" class="black">International</a> | 
-    		<a href="http://www.lifetype.de/" class="black">Germany</a> | 
-    		<a href="http://www.lifetype.org.tw/" class="black">Taiwan</a>
-    	</td>		
-		<td style="width:240px;text-align:right"> 
-		    {if $locale->getLocaleCode() == "de_DE"}
-		    {** Oscar: I believe that the "impressum" is only needed in Germany, right? **}
-     		<a href="http://www.spreadshirt.de/shop.php?sid=36983" target="blank" class="black">Shop</a> |
-    		<a href="http://www.lifetype.de/blog/index.php?blogId=35" class="black">Spenden</a> | 
-    		<a href="http://www.lifetype.de/blog/index.php?blogId=35" class="black">Impressum</a> | 
-    		{/if}
-    		<a href="{$url->templatePage("sitemap")}">Sitemap</a> |
-    		<a href="{$url->templatePage("aboutus")}#contact" class="black">Contact</a>
-    		{if $locale->getLocaleCode() == "en_UK"}
-    		| <a href="http://www.ferca.com" class="black">Hosting by Ferca</a>
-    		{/if}
-    	</td>
-		</tr>
-	</table>
+<table style="border-top: 1px solid #efefef">
+<tr>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
+</tr>
+<tr>
+<td style="width:238px;text-align:left">&copy; 2005 <a href="http://www.lifetype.net" class="black">LifeType</a>. All rights reserved.
+</td>
+<td style="width:272;text-align:center">
+<a href="http://www.lifetype.net/" class="black">International</a> |
+<a href="http://www.lifetype.de/" class="black">Germany</a> |
+<a href="http://www.lifetype.org.tw/" class="black">Taiwan</a>
+</td>
+<td style="width:240px;text-align:right">
+{if $locale->getLocaleCode() == "de_DE"}
+{** Oscar: I believe that the "impressum" is only needed in Germany, right? **}
+<a href="http://www.spreadshirt.de/shop.php?sid=36983" target="blank" class="black">Shop</a> |
+<a href="http://www.lifetype.de/blog/index.php?blogId=35" class="black">Spenden</a> |
+<a href="http://www.lifetype.de/blog/index.php?blogId=35" class="black">Impressum</a> |
+{/if}
+<a href="{$url->templatePage("sitemap")}">Sitemap</a> |
+<a href="{$url->templatePage("aboutus")}#contact" class="black">Contact</a>
+{if $locale->getLocaleCode() == "en_UK"}
+| <a href="http://www.limedaley.com" class="black">Hosting by Limedaley</a>
+{/if}
+</td>
+</tr>
+</table>
 </div>
 </div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/templates/LifeType/footermain.template
===================================================================
--- plog/branches/lifetype-1.2/templates/LifeType/footermain.template	2007-02-01 11:30:42 UTC (rev 4644)
+++ plog/branches/lifetype-1.2/templates/LifeType/footermain.template	2007-02-01 11:55:34 UTC (rev 4645)
@@ -35,7 +35,7 @@
 <a href="{$url->templatePage("sitemap")}">Sitemap</a> |
 <a href="{$url->templatePage("aboutus")}#contact" class="black">{$locale->tr("Contact")}</a>
 {if $locale->getLocaleCode() == "en_UK"}
-| <a href="http://www.ferca.com">Hosting by Ferca</a>
+| <a href="http://www.limedaley.com">Hosting by Limedaley</a>
 {/if}
 
 </td>

Modified: plog/branches/lifetype-1.2/templates/LifeType/main.template
===================================================================
--- plog/branches/lifetype-1.2/templates/LifeType/main.template	2007-02-01 11:30:42 UTC (rev 4644)
+++ plog/branches/lifetype-1.2/templates/LifeType/main.template	2007-02-01 11:55:34 UTC (rev 4645)
@@ -2,4 +2,4 @@
   {include file="$blogtemplate/blog.template"}
 {else}
   {include file="$blogtemplate/frontpage.template"}
-{/if}
\ No newline at end of file
+{/if}



More information about the pLog-svn mailing list