summaryrefslogtreecommitdiff
path: root/app/php/layouts
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-03-10 17:02:34 +0100
committeremkael <emkael@tlen.pl>2016-03-10 17:05:25 +0100
commit07ecb30061e36402acf8f4f62e7b7267ebf92c86 (patch)
tree4249faf23078a9bdf04742044d3d00742cce5cf6 /app/php/layouts
parentdd7f38062ff0a7d7efd05ed3555d7e121a353617 (diff)
* components now are auto-included
Diffstat (limited to 'app/php/layouts')
-rw-r--r--app/php/layouts/MainLayout.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/php/layouts/MainLayout.php b/app/php/layouts/MainLayout.php
index 678b1aa..c0e7e0b 100644
--- a/app/php/layouts/MainLayout.php
+++ b/app/php/layouts/MainLayout.php
@@ -1,7 +1,5 @@
<?php
-Prado::using('Application.components.HeaderMenu');
-
class MainLayout extends TTemplateControl {
}