summaryrefslogtreecommitdiff
path: root/app/php/layouts/MainLayout.php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-04-22 15:59:31 +0200
committeremkael <emkael@tlen.pl>2016-04-22 15:59:31 +0200
commitee96b029b7e5edc4ed6ddbfccf9df44b4c9e45e8 (patch)
tree50a297cee00dc5609421bdc8e40bcd84aa227986 /app/php/layouts/MainLayout.php
parent244dbdf5cd0e24709eb70fc7dfa3269b44df1388 (diff)
* moving rendered scripts from session to cache and distinguishing among various page views for single session
Diffstat (limited to 'app/php/layouts/MainLayout.php')
-rw-r--r--app/php/layouts/MainLayout.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/php/layouts/MainLayout.php b/app/php/layouts/MainLayout.php
index c0e7e0b..5843952 100644
--- a/app/php/layouts/MainLayout.php
+++ b/app/php/layouts/MainLayout.php
@@ -1,6 +1,8 @@
<?php
-class MainLayout extends TTemplateControl {
+Prado::using('Application.layouts.Layout');
+
+class MainLayout extends Layout {
}