diff options
Diffstat (limited to 'app/php/controls/HeaderMenu.php')
-rw-r--r-- | app/php/controls/HeaderMenu.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/php/controls/HeaderMenu.php b/app/php/controls/HeaderMenu.php index bffe4d2..f6b69b9 100644 --- a/app/php/controls/HeaderMenu.php +++ b/app/php/controls/HeaderMenu.php @@ -1,8 +1,10 @@ <?php +Prado::using('Application.components.TemplateControl'); + Prado::using('System.Web.UI.ActiveControls.TActiveLinkButton'); -class HeaderMenu extends TTemplateControl { +class HeaderMenu extends TemplateControl { public function logoutUser($sender, $param) { $this->Application->getModule('auth')->logout(); |