mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #1348 apply xpressengine/xe-core#2148
This commit is contained in:
parent
94b82adccc
commit
c3c57e582c
1 changed files with 1 additions and 1 deletions
|
|
@ -786,7 +786,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue