svnweb-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Svnweb-commits] r721 - libreplanet-skins/branches/stable


From: sysadmin
Subject: [Svnweb-commits] r721 - libreplanet-skins/branches/stable
Date: Wed, 30 Sep 2009 15:27:10 -0400

Author: mattl
Date: Wed Sep 30 15:27:09 2009
New Revision: 721

Log:
fixes? man, i fucking hate mediawiki.

Modified:
   libreplanet-skins/branches/stable/LibrePlanet.php

Modified: libreplanet-skins/branches/stable/LibrePlanet.php
==============================================================================
--- libreplanet-skins/branches/stable/LibrePlanet.php   Wed Sep 30 14:54:21 
2009        (r720)
+++ libreplanet-skins/branches/stable/LibrePlanet.php   Wed Sep 30 15:27:09 
2009        (r721)
@@ -213,37 +213,10 @@
 </div>
                        <div id="ft">
 
-               // Generate additional footer links
-               /* $footerlinks = array(
-                       'lastmod', 'viewcount', 'numberofwatchingusers', 
'credits', 'copyright',
-                       'privacy', 'about', 'disclaimer', 'tagline',
-               );
-               $validFooterLinks = array();
-               foreach( $footerlinks as $aLink ) {
-                       if( isset( $this->data[$aLink] ) && $this->data[$aLink] 
) {
-                               $validFooterLinks[] = $aLink;
-                       }
-               }
-               if ( count( $validFooterLinks ) > 0 ) {
-?>                     <ul id="f-list">
-<?php
-                       foreach( $validFooterLinks as $aLink ) {
-                               if( isset( $this->data[$aLink] ) && 
$this->data[$aLink] ) {
-?>                                     <li id="<?php echo$aLink?>"><?php 
$this->html($aLink) ?></li>
-<?php                  }
-                       }
-?>
-                       </ul>
-<?php  }
-
-               */
-
-?>
-
-<p><?php $this->html('copyrightico') ?> | Powered by MediaWiki</p>
-
-                   <?php       }
+<p>GFDL 1.3 or later | MediaWiki</p>
 
+                   <?php } ?>
+                   
                </div>
 </div>
 <?php $this->html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]