diff options
Diffstat (limited to 'app/php/components/HeaderMenu.tpl')
-rw-r--r-- | app/php/components/HeaderMenu.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <prop:NavigateUrl><%= $this->Service->constructUrl('Login') %></prop:NavigateUrl> <prop:Visible><%= $this->User->IsGuest %></prop:Visible> </com:THyperLink> + <com:THyperLink Text="Profile"> + <prop:NavigateUrl><%= $this->Service->constructUrl('Profile') %></prop:NavigateUrl> + <prop:Visible><%= !$this->User->IsGuest %></prop:Visible> + </com:THyperLink> <com:TActiveLinkButton OnCommand="logoutUser"> <prop:Text>Logout (<%= $this->User->Name %>)</prop:Text> <prop:Visible><%= !$this->User->IsGuest %></prop:Visible> |