[pLog-svn] r3129 - templates/trunk/ice

reto at devel.lifetype.net reto at devel.lifetype.net
Sun Mar 26 14:44:54 GMT 2006


Author: reto
Date: 2006-03-26 14:44:53 +0000 (Sun, 26 Mar 2006)
New Revision: 3129

Modified:
   templates/trunk/ice/credits.template
   templates/trunk/ice/header.template
Log:
broken link fixed...

Modified: templates/trunk/ice/credits.template
===================================================================
--- templates/trunk/ice/credits.template	2006-03-25 23:11:09 UTC (rev 3128)
+++ templates/trunk/ice/credits.template	2006-03-26 14:44:53 UTC (rev 3129)
@@ -1,5 +1,5 @@
 <div class="credits">
-<a href="http://www.lifetype.net"><img src="{$url->getTemplateFile("buttons/plog.png")}" alt="LifeType" title="Powered by LifeType" /></a>
+<a href="http://www.lifetype.net"><img src="{$url->getTemplateFile("buttons/lifetype.png")}" alt="LifeType" title="Powered by LifeType" /></a>
 <a href="http://dean.edwards.name/IE7/"><img src="{$url->getTemplateFile("buttons/ie7.gif")}" alt="IE7" title="IE7 Enhanced" /></a>
 <a href="http://validator.w3.org/check?uri=referer"><img src="{$url->getTemplateFile("buttons/xhtml10.png")}" alt="XHTML" title="XHTML 1.0 Compliant" /></a>
 <a href="http://jigsaw.w3.org/css-validator/validator?uri={$url->getUrl("/")}"><img src="{$url->getTemplateFile("buttons/css.png")}" alt="CSS" title="CSS Compliant" /></a>

Modified: templates/trunk/ice/header.template
===================================================================
--- templates/trunk/ice/header.template	2006-03-25 23:11:09 UTC (rev 3128)
+++ templates/trunk/ice/header.template	2006-03-26 14:44:53 UTC (rev 3129)
@@ -36,7 +36,7 @@
  <div id="shortcuts">
    <ul>
     <li><a href="{$url->blogLink()}">Home</a></li>
-	<li><a href="{$url->albumLink()}">Albums</a></li>
-    <li><a href="{$url->getUrl("/")}admin.php">Admin</a></li>
+	<li><a href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
+    <li><a href="{$url->getAdminUrl()}">{$locale->tr("admin")}</a></li>
    </ul>
  </div>



More information about the pLog-svn mailing list