[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/games
From:       Emil Sedgh <emilsedgh () gmail ! com>
Date:       2008-01-22 20:23:37
Message-ID: 1201033417.719605.20313.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 764899 by esedgh:

List the distro names
Added Get KDE Games to menu


 M  +1 -0      menu.inc  
 AM            pics/icons/get.png  
 M  +3 -1      platforms/Linux.php  


--- trunk/www/sites/games/menu.inc #764898:764899
@@ -6,6 +6,7 @@
 $section->appendLink("KDE","http://www.kde.org/",false, false, \
$this->menu_baseurl.'pics/icons/about-kde.png');  \
$section->appendLink("News","news.php", true, false, \
$this->menu_baseurl.'pics/icons/news.png');  $section->appendLink("Team","team.php", \
true, false, $this->menu_baseurl.'pics/icons/team.png'); +$section->appendLink("Get \
KDE Games","get.php", true, false, $this->menu_baseurl.'pics/icons/get.png');  
 $section =& $this->appendSection("Games Selection");
 $dir = scandir('categories');
** trunk/www/sites/games/pics/icons/get.png #property svn:mime-type
   + application/octet-stream
--- trunk/www/sites/games/platforms/Linux.php #764898:764899
@@ -1,8 +1,10 @@
 <?php
   $out = 'We were unable to detect your Linux distribution. Please use the following \
list to select to select one: <br />'; +  $out .= '<ul>';
   global $distros;
   foreach( $distros as $distro ) {
-    $out .= '<a href="./get.php?platform='.$distro.'">'.$distro.'</a><br>';
+    $out .= '<li><a href="./get.php?platform='.$distro.'">'.$distro.'</a></li>';
   }
+  $out .= '</ul>';
   return $out;
 ?>
\ No newline at end of file


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic