diff options
author | xue <> | 2005-11-16 18:42:57 +0000 |
---|---|---|
committer | xue <> | 2005-11-16 18:42:57 +0000 |
commit | 28f69400fcb8ee74a2ea4bbf81afa00c1e6d5263 (patch) | |
tree | c2233bd30cddf3912af2617d1dc3636917467876 /demos/personal/protected/a/HomePage.php | |
parent | fdd0a3ad7b2f9f942b94fde84277529ecae2a3b3 (diff) |
Diffstat (limited to 'demos/personal/protected/a/HomePage.php')
-rw-r--r-- | demos/personal/protected/a/HomePage.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/demos/personal/protected/a/HomePage.php b/demos/personal/protected/a/HomePage.php deleted file mode 100644 index 6c69e44b..00000000 --- a/demos/personal/protected/a/HomePage.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php
-
-class HomePage extends TPage
-{
- public function onPreInit($param)
- {
- parent::onPreInit($param);
- if(!$this->getUser()->getIsGuest())
- $this->setTheme('');
- }
-
- public function testClick($sender,$param)
- {
- if($sender->BackColor==='')
- $sender->BackColor='blue';
- else
- $sender->BackColor='';
- }
-}
-
-?>
\ No newline at end of file |