From 8a4afbcfefb283d8217ae6be0f96d7e01bbbd21d Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 10 Mar 2016 16:36:52 +0100 Subject: * password change form in profile page --- app/php/components/HeaderMenu.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/php/components') diff --git a/app/php/components/HeaderMenu.tpl b/app/php/components/HeaderMenu.tpl index eceea1b..ff1d417 100644 --- a/app/php/components/HeaderMenu.tpl +++ b/app/php/components/HeaderMenu.tpl @@ -3,6 +3,10 @@ <%= $this->Service->constructUrl('Login') %> <%= $this->User->IsGuest %> + + <%= $this->Service->constructUrl('Profile') %> + <%= !$this->User->IsGuest %> + Logout (<%= $this->User->Name %>) <%= !$this->User->IsGuest %> -- cgit v1.2.3