From 049abe600fc82728fa0a83ae28aeb7fb04063160 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 10 May 2016 00:02:26 +0200 Subject: * calendar select link in header menu --- app/php/controls/HeaderMenu.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/php/controls/HeaderMenu.tpl b/app/php/controls/HeaderMenu.tpl index c475a23..9b32a15 100644 --- a/app/php/controls/HeaderMenu.tpl +++ b/app/php/controls/HeaderMenu.tpl @@ -8,6 +8,9 @@ <%= $this->Service->constructUrl('Profile') %> <%= !$this->User->IsGuest %> + + <%= $this->Service->constructUrl('Select') %> + Logout (<%= $this->User->Name %>) <%= !$this->User->IsGuest %> -- cgit v1.2.3