+Partial German translation by Botond Beres.
[www.jankratochvil.net.git] / project / List.html.pl
index 0e0e588..5054d71 100755 (executable)
@@ -37,8 +37,8 @@ My::Web->init(
                "args_check"=>{
                                "platform"=>'^(?:platform)?$',
                                },
-               "rel_up"=>top_dir(),
-               "rel_start"=>top_dir(),
+#              "rel_up"=>top_dir(),    # TODO:homepage
+#              "rel_start"=>top_dir(), # TODO:homepage
                "footer_ids"=>0,
                );
 My::Web->heading();
@@ -46,7 +46,7 @@ My::Web->heading();
 my $CGI=CGI->new();
 
 print My::Project->views(($W->{"args"}{"platform"} ? "BriefPlatform" : "BriefUnified"));
-print My::Project->platforms(undef()) if $W->{"args"}{"platform"};
+print My::Project->platforms(undef(),"novskip"=>1) if $W->{"args"}{"platform"};
 
 my %item=( My::Project::item_hash_read() );