diff options
author | xue <> | 2005-12-10 02:02:10 +0000 |
---|---|---|
committer | xue <> | 2005-12-10 02:02:10 +0000 |
commit | 1f1f96b7e143973e7da69fc01ebd6721f62e291c (patch) | |
tree | 342915f87c904d8a79a853101ad9d176051a588b /demos/hangman/protected/pages/Layout.php | |
parent | 662547dc4c6c493c1c89f888e3ef73667ea783c4 (diff) |
Diffstat (limited to 'demos/hangman/protected/pages/Layout.php')
-rw-r--r-- | demos/hangman/protected/pages/Layout.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/hangman/protected/pages/Layout.php b/demos/hangman/protected/pages/Layout.php new file mode 100644 index 00000000..ba96038b --- /dev/null +++ b/demos/hangman/protected/pages/Layout.php @@ -0,0 +1,7 @@ +<?php
+
+class Layout extends TTemplateControl
+{
+}
+
+?>
\ No newline at end of file |