summaryrefslogtreecommitdiff
path: root/local/menu.pm
diff options
context:
space:
mode:
Diffstat (limited to 'local/menu.pm')
-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)
{