- put version to a more accessible place

- use it for logs and help
- bump the version
This commit is contained in:
Gilles Crettenand
2015-06-12 15:35:32 +02:00
parent 611df90d30
commit 270f1892e0
4 changed files with 10 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ use BSR\Lib\Help;
require_once('Lib/autoloader.php');
echo Html::template(array(
'version' => NetBiblio::$version,
'title' => 'Help',
'content' => Help::content(new NetBiblio()),
));