summaryrefslogtreecommitdiff
path: root/demos/personal/protected/Pages/Layout.php
diff options
context:
space:
mode:
authorxue <>2006-01-19 14:40:15 +0000
committerxue <>2006-01-19 14:40:15 +0000
commitf56a3799ded6b18c98eb9810d9e4c79a9c23c796 (patch)
tree038fa75c15d700382e62960afae70f474055b887 /demos/personal/protected/Pages/Layout.php
parent1bfd7c4641e0457ac558cf74290a6a7ff1a3af58 (diff)
Updated "personal" demo.
Diffstat (limited to 'demos/personal/protected/Pages/Layout.php')
-rw-r--r--demos/personal/protected/Pages/Layout.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/personal/protected/Pages/Layout.php b/demos/personal/protected/Pages/Layout.php
index ba96038b..37ed95d4 100644
--- a/demos/personal/protected/Pages/Layout.php
+++ b/demos/personal/protected/Pages/Layout.php
@@ -2,6 +2,11 @@
class Layout extends TTemplateControl
{
+ public function logout($sender,$param)
+ {
+ $this->Application->getModule('auth')->logout();
+ $this->Response->redirect($this->Service->constructUrl('Home'));
+ }
}
?> \ No newline at end of file