summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2011-01-15 01:45:31 +0000
committerOthmar Gsenger <otti@wirdorange.org>2011-01-15 01:45:31 +0000
commit47e6c70ef295d7480be741e8c80124e372b95418 (patch)
tree45637921ae011e381948a96b12ff73ec05bc37b5 /local
parentadded cancel (diff)
added remove
Diffstat (limited to 'local')
-rw-r--r--local/menu.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/local/menu.pm b/local/menu.pm
index 6019acb..3d8d73c 100644
--- a/local/menu.pm
+++ b/local/menu.pm
@@ -26,9 +26,9 @@ sub new
sub start_html
{
my $self=shift;
-
+ my ($title)=@_;
my $active = $self->{SCRIPT_NAME};
- my $html= CGI::start_html(-style=>{'src'=>'/style.css'},@_);
+ my $html= CGI::start_html(-style=>{'src'=>'/style.css'},-title=>$title);
my @elements;
foreach my $url (keys %menus)
{