Author: mathias Date: 2007-04-13 16:53:04 +0000 (Fri, 13 Apr 2007) New Revision: 12645
Added: trunk/website/includes/download-old.inc.php Modified: trunk/website/index.php Log: Temporarily disabled some website features Added: trunk/website/includes/download-old.inc.php =================================================================== --- trunk/website/includes/download-old.inc.php (rev 0) +++ trunk/website/includes/download-old.inc.php 2007-04-13 16:53:04 UTC (rev 12645) @@ -0,0 +1,7 @@ +<?php + +$pages = array( + +'en' => 'pages/en/download-old.php') + +?> Modified: trunk/website/index.php =================================================================== --- trunk/website/index.php 2007-04-13 16:52:34 UTC (rev 12644) +++ trunk/website/index.php 2007-04-13 16:53:04 UTC (rev 12645) @@ -51,7 +51,7 @@ <div id="content"><? include (escapeshellcmd($file)); ?> <div id="footer"> -<p><? echo otherLanguages(); ?></p> +<!--<p><? //echo otherLanguages(); ?></p>--> <p> This website is licensed under the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License</a> </div>
