mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Enable multi-language for site title and subtitle
This commit is contained in:
parent
e90f60de22
commit
d87bbf635c
4 changed files with 32 additions and 13 deletions
|
|
@ -773,8 +773,7 @@ class ModuleHandler extends Handler
|
|||
}
|
||||
if($module_config->siteTitle)
|
||||
{
|
||||
$siteTitle = Context::getBrowserTitle();
|
||||
if(!$siteTitle)
|
||||
if(!Context::getBrowserTitle())
|
||||
{
|
||||
Context::setBrowserTitle($module_config->siteTitle);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue