diff options
Diffstat (limited to 'demos/blog/protected/Layouts/MainLayout.php')
-rw-r--r-- | demos/blog/protected/Layouts/MainLayout.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/blog/protected/Layouts/MainLayout.php b/demos/blog/protected/Layouts/MainLayout.php new file mode 100644 index 00000000..253d6c03 --- /dev/null +++ b/demos/blog/protected/Layouts/MainLayout.php @@ -0,0 +1,7 @@ +<?php
+
+class MainLayout extends TTemplateControl
+{
+}
+
+?>
\ No newline at end of file |