r1082 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed May 2 18:45:50 EDT 2007


Author: floam
Date: 2007-05-02 18:45:50 -0400 (Wed, 02 May 2007)
New Revision: 1082

Modified:
   webspace/include/models.php
   webspace/include/thebrain.php
Log:
Sort unrelated sections to the end for now, will split them out maybe in seven months


Modified: webspace/include/models.php
===================================================================
--- webspace/include/models.php	2007-05-02 22:42:30 UTC (rev 1081)
+++ webspace/include/models.php	2007-05-02 22:45:50 UTC (rev 1082)
@@ -2,7 +2,7 @@
    <p>These are a dump of the models from the old polycount site for your amusement. Please keep in mind that all of these 
       models are owned by the original author, and are thus under whatever copyright or license they originally chose. The
       models are not ours or GPL unless the author makes them so. If you have a model you'd like placed here, please e-mail
-      a url to <a href="mailto:zakk at timedoctor.org">zakk at timedoctor.org</a>. Thanks to the open arena author, leileilol for the initial
+      a url to <a href="mailto:zakk at timedoctor.org">zakk at timedoctor.org</a>. Thanks to the open arena author, leileilol, for the initial
       collection. </p>
 <table class="block">
 <?php

Modified: webspace/include/thebrain.php
===================================================================
--- webspace/include/thebrain.php	2007-05-02 22:42:30 UTC (rev 1081)
+++ webspace/include/thebrain.php	2007-05-02 22:45:50 UTC (rev 1082)
@@ -1,14 +1,14 @@
 <?php
 $navlist = array(
  "home"		=> "Home",
- "media"		=> "Media",
  "get"		=> "Get It",
  "status" 	=> "Status",
- "games"  	=> "Derivative Games",
- "models"   => "Models",
  "discuss"	=> "Discussion",
  "patches"	=> "Patches",
  "help"		=> "Help",
+ "media"		=> "Media",
+ "models"   => "Models",
+ "games"  	=> "Derivative Games",
 );
 
 if (!empty($_SERVER['HTTP_USER_AGENT']))




More information about the quake3-commits mailing list