diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/planet/templates/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
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 '<li><a href="'.$loc.'">'.$loc.'</a></li>'; } ?> </ul> -<h3>How to be listed in Planet Mageia</h3> +<h3>How to be listed in Planet Mageia:</h3> +<ul> +</ul> </body> </html> |