[pLog-svn] r6736 - misc/lifetype.net-template-sources/template

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Sep 5 06:49:07 EDT 2008


Author: oscar
Date: 2008-09-05 06:49:07 -0400 (Fri, 05 Sep 2008)
New Revision: 6736

Modified:
   misc/lifetype.net-template-sources/template/footer.template
   misc/lifetype.net-template-sources/template/footermain.template
Log:
cleaned up international names, since the list is getting longer...  Added polish link as requested by translator.

Modified: misc/lifetype.net-template-sources/template/footer.template
===================================================================
--- misc/lifetype.net-template-sources/template/footer.template	2008-09-03 12:14:52 UTC (rev 6735)
+++ misc/lifetype.net-template-sources/template/footer.template	2008-09-05 10:49:07 UTC (rev 6736)
@@ -20,22 +20,24 @@
 <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> |
+<a href="http://www.lifetype.org.tw/" class="black">Taiwan</a><br/>
 <a href="http://www.lifetype.pl/" class="black">Poland</a> |
 <a href="http://www.lifetype.ru/" class="black">Russia</a> |
 <a href="http://lifetype.net.ua/" class="black">Ukraine</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}
+{if $locale->getLocaleCode() == "pl_PL"}
+<a href="http://blogan.pl" target="blank" class="black">blogan.pl</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://limedaley.com" class="black">Hosting by Lime Daley</a>
+{if $locale->getLocaleCode() == "en_UK" || $locale->getLocaleCode() == "pl_PL"}
+<br/><a href="http://limedaley.com" class="black">Hosting by Lime Daley</a>
 {/if}
 </td>
 </tr>

Modified: misc/lifetype.net-template-sources/template/footermain.template
===================================================================
--- misc/lifetype.net-template-sources/template/footermain.template	2008-09-03 12:14:52 UTC (rev 6735)
+++ misc/lifetype.net-template-sources/template/footermain.template	2008-09-05 10:49:07 UTC (rev 6736)
@@ -23,23 +23,25 @@
 <td width="272" align="center">
 <a href="http://www.lifetype.org/">International</a> |
 <a href="http://www.lifetype.de/">Germany</a> |
-<a href="http://www.lifetype.org.tw/">Taiwan</a> |
+<a href="http://www.lifetype.org.tw/">Taiwan</a><br/>
 <a href="http://www.lifetype.ru/">Russia</a> |
 <a href="http://www.lifetype.pl/">Poland</a> |
 <a href="http://lifetype.net.ua/">Ukraine</a>
 </td>
 <td width="240" align="right">
 {if $locale->getLocaleCode() == "de_DE"}
-{** Oscar: I believe that the "impressum" is only needed in Germany, right? - Michael: yes, right **}
 <a href="http://www.spreadshirt.de/shop.php?sid=36983" target="blank">Shop</a> |
 <a href="http://www.lifetype.de/blog/index.php?blogId=35">Spenden</a> |
 <a href="http://www.lifetype.de/blog/index.php?blogId=35">Impressum</a> |
 {/if}
+{if $locale->getLocaleCode() == "pl_PL"}
+<a href="http://blogan.pl" target="blank" class="black">blogan.pl</a> |
+{/if}
 <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://limedaley.com">Hosting by Lime Daley</a>
-{/if}
+<a href="{$url->templatePage("aboutus")}#contact" class="black">{$locale->tr("Contact")}</a>
+{if $locale->getLocaleCode() == "en_UK" || $locale->getLocaleCode() == "pl_PL"}
+<br/><a href="http://limedaley.com">Hosting by Lime Daley</a>
+{/if}
 
 </td>
 <td width="100%"></td>



More information about the pLog-svn mailing list