diff --git a/app/views/console/account/index.phtml b/app/views/console/account/index.phtml index 25d67b62c7..c27c0b343d 100644 --- a/app/views/console/account/index.phtml +++ b/app/views/console/account/index.phtml @@ -216,7 +216,7 @@ - + on   @@ -225,7 +225,7 @@
- + /
@@ -271,11 +271,11 @@ - + - + diff --git a/app/views/console/users/view.phtml b/app/views/console/users/view.phtml index 10dbb32530..d118cfeef6 100644 --- a/app/views/console/users/view.phtml +++ b/app/views/console/users/view.phtml @@ -151,12 +151,12 @@ - + on
- + /
@@ -208,11 +208,11 @@ - + - + diff --git a/app/views/layouts/default.phtml b/app/views/layouts/default.phtml index fe56ee5901..dbfa838a00 100644 --- a/app/views/layouts/default.phtml +++ b/app/views/layouts/default.phtml @@ -5,8 +5,8 @@ use Utopia\Locale\Locale; $protocol = $this->getParam('protocol', ''); $domain = $this->getParam('domain', ''); $api = $this->getParam('api', ''); -$project = $this->getParam('project', ''); -$version = $this->getParam('version', 'v0.0.0'); +$project = $this->getParam('project', 'console'); +$version = $this->getParam('version', '0.0.0'); $isDev = $this->getParam('isDev', false); $litespeed = $this->getParam('litespeed', true); $analytics = $this->getParam('analytics', 'UA-26264668-9');