[34161] trunk/www/includes/footer.inc

jmpp at macports.org jmpp at macports.org
Fri Feb 15 23:33:12 PST 2008


Revision: 34161
          http://trac.macosforge.org/projects/macports/changeset/34161
Author:   jmpp at macports.org
Date:     2008-02-15 23:33:12 -0800 (Fri, 15 Feb 2008)

Log Message:
-----------

Get rid of the useless $IMGDIR attempt-of-an-abstraction hack, the w3c images resolve just fine to our own "img/" directory without it.

Modified Paths:
--------------
    trunk/www/includes/footer.inc

Modified: trunk/www/includes/footer.inc
===================================================================
--- trunk/www/includes/footer.inc	2008-02-16 07:33:00 UTC (rev 34160)
+++ trunk/www/includes/footer.inc	2008-02-16 07:33:12 UTC (rev 34161)
@@ -3,15 +3,13 @@
     /* $Id$ */
     /* Copyright (c) 2004, OpenDarwin. */
     /* Copyright (c) 2004-2007, The MacPorts Project. */
-    $IMGDIR = '/img/';
 ?>
 
 
         <div id="footer">
         
-            <p><a href="http://validator.w3.org/check?uri=referer"><img src="<?php print $IMGDIR . 'valid-xhtml11-blue.png'; ?>"
-            alt="Valid XHTML 1.1" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="<?php print $IMGDIR
-            . 'vcss.png'; ?>" alt="Valid CSS!" /></a></p>
+            <p><a href="http://validator.w3.org/check?uri=referer"><img src="img/valid-xhtml11-blue.png" alt="Valid XHTML 1.1" /></a>
+            <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="img/vcss.png" alt="Valid CSS!" /></a></p>
             
             <p>Copyright &#xA9; 2002&#x2013;<?php print date("Y"); ?>, <a href="http://www.macports.org/">The MacPorts Project</a>.
             Hosted by <a href="http://www.macosforge.org">Mac OS Forge</a>. All rights reserved.</p>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080215/16b18e50/attachment-0001.html 


More information about the macports-changes mailing list