diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Layout.php')
-rw-r--r-- | demos/quickstart/protected/pages/Layout.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/demos/quickstart/protected/pages/Layout.php b/demos/quickstart/protected/pages/Layout.php deleted file mode 100644 index a82d2fff..00000000 --- a/demos/quickstart/protected/pages/Layout.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php
-
-class Layout extends TTemplateControl
-{
- public function toggleTopicPanel($sender,$param)
- {
- $this->TopicPanel->Visible=!$this->TopicPanel->Visible;
- if($this->TopicPanel->Visible)
- $sender->Text="Hide TOC";
- else
- $sender->Text="Show TOC";
- }
-}
-
-?>
\ No newline at end of file |