mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Prepend layout header script for backward compatibility
This commit is contained in:
parent
7d8c09750b
commit
d3dcb03a01
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class HTMLDisplayHandler
|
||||||
$part_config = ModuleModel::getModulePartConfig('layout', $layout_srl);
|
$part_config = ModuleModel::getModulePartConfig('layout', $layout_srl);
|
||||||
if ($part_config && isset($part_config->header_script))
|
if ($part_config && isset($part_config->header_script))
|
||||||
{
|
{
|
||||||
Context::addHtmlHeader($part_config->header_script);
|
Context::addHtmlHeader($part_config->header_script, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue