From 838c4c295d866d7379fea2da49ed3a550ae783ab Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 20 Jun 2014 01:28:59 +0000 Subject: [PATCH] fix errors --- application/default/views/scripts/footer.phtml | 8 -------- application/default/views/scripts/index/index.phtml | 10 +++++++++- application/layouts/layout.phtml | 3 +-- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/application/default/views/scripts/footer.phtml b/application/default/views/scripts/footer.phtml index 43d1f406..51e800e2 100755 --- a/application/default/views/scripts/footer.phtml +++ b/application/default/views/scripts/footer.phtml @@ -7,14 +7,6 @@ - pageID)) {?> diff --git a/application/default/views/scripts/index/index.phtml b/application/default/views/scripts/index/index.phtml index 27720468..918d3c86 100755 --- a/application/default/views/scripts/index/index.phtml +++ b/application/default/views/scripts/index/index.phtml @@ -116,4 +116,12 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/application/layouts/layout.phtml b/application/layouts/layout.phtml index 271e7700..ec2b2833 100755 --- a/application/layouts/layout.phtml +++ b/application/layouts/layout.phtml @@ -29,12 +29,11 @@ headStyle() ?> - + render('header.phtml') ?> - layout()->content ?> render('footer.phtml') ?>