issue 160, apply google analytics script

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9194 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-09-19 06:11:39 +00:00
parent e33723c126
commit e38b406b62
5 changed files with 36 additions and 9 deletions

View file

@ -351,6 +351,14 @@
Context::addHtmlFooter($footer);
}
if($type == "view" && $kind != 'admin'){
$module_config= $oModuleModel->getModuleConfig('module');
if($module_config->htmlFooter){
Context::addHtmlFooter($module_config->htmlFooter);
}
}
// if failed message exists in session, set context
$this->_setInputErrorToContext();