[pLog-svn] r1411 - templates/trunk/3-column-liquid

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sat Mar 12 20:46:27 GMT 2005


Author: jondaley
Date: 2005-03-12 20:46:27 +0000 (Sat, 12 Mar 2005)
New Revision: 1411

Modified:
   templates/trunk/3-column-liquid/footer.template
Log:
added link to w3. fixed typo

Modified: templates/trunk/3-column-liquid/footer.template
===================================================================
--- templates/trunk/3-column-liquid/footer.template	2005-03-12 20:32:03 UTC (rev 1410)
+++ templates/trunk/3-column-liquid/footer.template	2005-03-12 20:46:27 UTC (rev 1411)
@@ -1,9 +1,13 @@
    <!-- end of the content -->
    <div id="footer">
-    <img alt="Valid XHTML" src="{$url->getUrl("/imgs/xhtml10_logo.gif")}" border="0"/>
-    <a title="Powered by PHP" href="http://www.php.net"><img alt="Powered by PHP" src="{$url->getUrl("/imgs/php_logo.gif")}" border="0"/></a>
-    <a title="CSS used here" href="http://www.w3.org/Style/CSS/"><img alt="Powered by PHP" src="{$url->getUrl("/imgs/css_logo.gif")}" border="0"/></a>
-    <a title="Powered by MySQL" href="http://www.mysql.com"><img alt="Powered by PHP" src="{$url->getUrl("/imgs/mysql_logo.gif")}" border="0"/></a><br/>
+    <a title="XHTML used here" href="http://www.w3.org/TR/xhtml1/">
+      <img alt="Valid XHTML" src="{$url->getUrl("/imgs/xhtml10_logo.gif")}" border="0"/>
+    <a title="Powered by PHP" href="http://www.php.net">
+      <img alt="Powered by PHP" src="{$url->getUrl("/imgs/php_logo.gif")}" border="0"/></a>
+    <a title="CSS used here" href="http://www.w3.org/Style/CSS/">
+      <img alt="Powered by PHP" src="{$url->getUrl("/imgs/css_logo.gif")}" border="0"/></a>
+    <a title="Powered by MySQL" href="http://www.mysql.com">
+      <img alt="Powered by MySQL" src="{$url->getUrl("/imgs/mysql_logo.gif")}" border="0"/></a><br/>
     Powered by <a href="http://www.plogworld.net">pLog</a>
    </div>
   </div>




More information about the pLog-svn mailing list