From 07ecb30061e36402acf8f4f62e7b7267ebf92c86 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 10 Mar 2016 17:02:34 +0100 Subject: * components now are auto-included --- app/php/application.xml | 1 + app/php/components/config.xml | 6 ++++++ app/php/layouts/MainLayout.php | 2 -- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 app/php/components/config.xml (limited to 'app/php') diff --git a/app/php/application.xml b/app/php/application.xml index 5feac98..409f957 100644 --- a/app/php/application.xml +++ b/app/php/application.xml @@ -5,6 +5,7 @@ + diff --git a/app/php/components/config.xml b/app/php/components/config.xml new file mode 100644 index 0000000..f75e19f --- /dev/null +++ b/app/php/components/config.xml @@ -0,0 +1,6 @@ + + + + + + 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 @@