diff options
author | xue <> | 2005-11-16 13:33:17 +0000 |
---|---|---|
committer | xue <> | 2005-11-16 13:33:17 +0000 |
commit | 749dec2fcae7b8cdd86ecc923b1af3abfadbcde2 (patch) | |
tree | b31617a60b7884ce6a7292896c5b7b17cdbf9754 /demos/personal/protected/pages/Layout.php | |
parent | f5294995a9324d8e748b2f5520fb43675d1e54fe (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 |