summaryrefslogtreecommitdiff
path: root/app/php/layouts/MainLayout.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/layouts/MainLayout.php')
-rw-r--r--app/php/layouts/MainLayout.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/php/layouts/MainLayout.php b/app/php/layouts/MainLayout.php
new file mode 100644
index 0000000..678b1aa
--- /dev/null
+++ b/app/php/layouts/MainLayout.php
@@ -0,0 +1,9 @@
+<?php
+
+Prado::using('Application.components.HeaderMenu');
+
+class MainLayout extends TTemplateControl {
+
+}
+
+?>