From 1267b6eaf7c5e611759cca12ed5295edce53f4ba Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Fri, 18 Feb 2011 13:40:11 +0000 Subject: hide 'test' repo --- modules/planet/templates/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/planet') diff --git a/modules/planet/templates/index.php b/modules/planet/templates/index.php index 2247bf7c..394c8aad 100644 --- a/modules/planet/templates/index.php +++ b/modules/planet/templates/index.php @@ -9,12 +9,14 @@ function displayloc($path = ''){ } foreach(displayloc('.') as $loc) - if(is_dir($loc)) + if(is_dir($loc) && $loc != "test" && $loc != "test2") { echo '
  • '.$loc.'
  • '; } ?> -

    How to be listed in Planet Mageia

    +

    How to be listed in Planet Mageia:

    + -- cgit v1.2.1