first part of ACL and re-skinning work and some other small stuff
[freeside.git] / httemplate / elements / menubar.html
index 87a5031..29facb6 100644 (file)
@@ -2,6 +2,7 @@
   my($item, $url, @html);
   while (@_) {
     ($item, $url) = splice(@_,0,2);
+    next if $item =~ /^\s*Main\s+Menu\s*$/i;
     push @html, qq!<A HREF="$url">$item</A>!;
   }
 %>