Merge branch 'develop' into next

This commit is contained in:
Kijin Sung 2020-07-11 11:48:41 +09:00
commit 5f8ceafdf6
2 changed files with 2 additions and 2 deletions

View file

@ -601,7 +601,7 @@ class ModuleHandler extends Handler
Context::addHtmlFooter($footer);
}
if($type == "view" && $kind != 'admin')
if(($type === 'view' || $type === 'mobile') && $kind !== 'admin')
{
$domain_info = Context::get('site_module_info');
if ($domain_info && $domain_info->settings && $domain_info->settings->html_header)