Skip to content

Commit

Permalink
[ task #748 ] Add a link "Dolibarr" into left menu
Browse files Browse the repository at this point in the history
  • Loading branch information
simnandez committed Mar 10, 2013
1 parent ca0144d commit c3f8939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/main.inc.php
Expand Up @@ -1564,6 +1564,10 @@ function left_menu($menu_array_before, $helppagename='', $moresearchform='', $me
}
print "\n";

//Dolibarr version
$doliurl='http://www.dolibarr.org';
print '<div id="blockvmenuhelp" class="blockvmenuhelp"><a class="help" target="_blank" href="'.$doliurl.'">'."Dolibarr ".DOL_VERSION.'</a></div>';

print "</div>\n";
print "<!-- End left menu -->\n";

Expand Down

0 comments on commit c3f8939

Please sign in to comment.