diff --git a/src/Controller/AppController.php b/src/Controller/AppController.php index 334f9238..28df320c 100644 --- a/src/Controller/AppController.php +++ b/src/Controller/AppController.php @@ -145,6 +145,9 @@ public function beforeFilter(EventInterface $event) } $this->ACL->checkAccess(); + $version = file_get_contents(ROOT . DS . 'src' . DS . 'VERSION.json'); + $version = json_decode($version, true)['version']; + $this->set('cerebrate_version', $version); if (!$this->ParamHandler->isRest()) { $this->set('ajax', $this->request->is('ajax')); $this->request->getParam('prefix'); diff --git a/templates/element/layouts/header/header-right.php b/templates/element/layouts/header/header-right.php index 92686c6b..34a83d16 100644 --- a/templates/element/layouts/header/header-right.php +++ b/templates/element/layouts/header/header-right.php @@ -1,4 +1,7 @@
+
+ Cerebrate v +