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/Pages/Layout.php | |
parent | fdd0a3ad7b2f9f942b94fde84277529ecae2a3b3 (diff) |
Diffstat (limited to 'demos/personal/protected/Pages/Layout.php')
-rw-r--r-- | demos/personal/protected/Pages/Layout.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/personal/protected/Pages/Layout.php b/demos/personal/protected/Pages/Layout.php new file mode 100644 index 00000000..ba96038b --- /dev/null +++ b/demos/personal/protected/Pages/Layout.php @@ -0,0 +1,7 @@ +<?php
+
+class Layout extends TTemplateControl
+{
+}
+
+?>
\ No newline at end of file |