X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Flib%2FMAPSWeb.pm;fp=maps%2Flib%2FMAPSWeb.pm;h=59ec10bee2cc38ca788d667b35a8cee742e83271;hb=1ea8241574c91ad7f16fc82653c4effad0d54324;hp=bea5eff621b1fa0052d3dde7776bb90206048901;hpb=d3c598399f93a1ca4ffc9f4aedd7907f4157ca43;p=clearscm.git diff --git a/maps/lib/MAPSWeb.pm b/maps/lib/MAPSWeb.pm index bea5eff..59ec10b 100644 --- a/maps/lib/MAPSWeb.pm +++ b/maps/lib/MAPSWeb.pm @@ -283,7 +283,7 @@ sub NavigationBar($) { print start_div {-id => 'leftbar'}; unless ($userid) { - print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::Version")); + print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::VERSION")); print div ({-class => 'username'}, 'Welcome to MAPS'); print div ({-class => 'menu'}, (a {-href => '/maps/doc/'}, @@ -300,7 +300,7 @@ sub NavigationBar($) { 'Help
'), ); } else { - print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::Version")); + print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::VERSION")); print div ({-class => 'username'}, 'Welcome '. ucfirst $userid); print div ({-class => 'menu'},