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') } + + + +