diff options
Diffstat (limited to 'demos/quickstart/protected/controls/TopicList.php')
-rw-r--r-- | demos/quickstart/protected/controls/TopicList.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/demos/quickstart/protected/controls/TopicList.php b/demos/quickstart/protected/controls/TopicList.php index ce827cc0..eb5976a9 100644 --- a/demos/quickstart/protected/controls/TopicList.php +++ b/demos/quickstart/protected/controls/TopicList.php @@ -1,8 +1,8 @@ -<?php
-
-class TopicList extends TTemplateControl
-{
-
-}
-
+<?php + +class TopicList extends TTemplateControl +{ + +} + ?>
\ No newline at end of file |