From 8a690ff6fef15217914b47c74ca9126b11edcb0d Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Tue, 21 Feb 2012 07:29:43 +0000 Subject: [PATCH] issue 171 fix. Remove the meta tag for layout/module and it's maker. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10155 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/tpl/common_layout.html | 142 +++++++++++++--------------------- 1 file changed, 55 insertions(+), 87 deletions(-) diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html index 2b006b4dc..574609618 100644 --- a/common/tpl/common_layout.html +++ b/common/tpl/common_layout.html @@ -4,105 +4,73 @@ } - - + - - - {@ $meta_tags = Context::getMetaTag() } - - - - +{@$meta_tags=Context::getMetaTag()} +{@$css_files=Context::getCssFile()} +{@$js_files=Context::getJsFile()} + + - - - - - - - - - - - - - - - - {Context::getBrowserTitle()} -{@ $css_files = Context::getCssFile() } - - - - - - - - -{@ $js_files = Context::getJsFile() } - - - - - - - - - - - - - - - - - + + + {Context::getBrowserTitle()} + + + + + + + + + - - + + -{@ $ssl_actions = Context::getSSLActions() } - - - {Context::getHtmlHeader()} + + + +{Context::getHtmlHeader()} - {Context::getBodyHeader()} - {$content} + {Context::getBodyHeader()} - {Context::getHtmlFooter()} -
-{@ $js_body_files = Context::getJsFile('body') } - - - - - - - - + {$content} + + {Context::getHtmlFooter()} + +
+{@$ssl_actions=Context::getSSLActions()} + +{@ $js_body_files = Context::getJsFile('body') } + + + +