mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
모두 lang() 함수로 변경
This commit is contained in:
parent
fc09ea0d47
commit
90400e2b5f
82 changed files with 234 additions and 234 deletions
|
|
@ -366,7 +366,7 @@ class menuAdminModel extends menu
|
|||
|
||||
if($module_name == 'page')
|
||||
{
|
||||
$pageTypeName = Context::getLang('page_type_name');
|
||||
$pageTypeName = lang('page_type_name');
|
||||
$module->title = $pageTypeName['ARTICLE'];
|
||||
$allModules['ARTICLE'] = $module;
|
||||
$wModuleInfo = clone $module;
|
||||
|
|
@ -451,7 +451,7 @@ class menuAdminModel extends menu
|
|||
|
||||
if($value == 'page')
|
||||
{
|
||||
$pageTypeName = Context::getLang('page_type_name');
|
||||
$pageTypeName = lang('page_type_name');
|
||||
$moduleInfo->title = $pageTypeName['ARTICLE'];
|
||||
$moduleInfoList['ARTICLE'] = $moduleInfo;
|
||||
$wModuleInfo = clone $moduleInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue