mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
모두 lang() 함수로 변경
This commit is contained in:
parent
fc09ea0d47
commit
90400e2b5f
82 changed files with 234 additions and 234 deletions
|
|
@ -58,7 +58,7 @@ class layoutModel extends layout
|
|||
$siteDefaultLayoutInfo = $this->getlayout($siteDefaultLayoutSrl);
|
||||
$newLayout = sprintf('%s, %s', $siteDefaultLayoutInfo->title, $siteDefaultLayoutInfo->layout);
|
||||
$siteDefaultLayoutInfo->layout_srl = -1;
|
||||
$siteDefaultLayoutInfo->title = Context::getLang('use_site_default_layout');
|
||||
$siteDefaultLayoutInfo->title = lang('use_site_default_layout');
|
||||
$siteDefaultLayoutInfo->layout = $newLayout;
|
||||
|
||||
array_unshift($output->data, $siteDefaultLayoutInfo);
|
||||
|
|
@ -1030,7 +1030,7 @@ class layoutModel extends layout
|
|||
// Display edit button for faceoff layout
|
||||
if(Context::get('module')!='admin' && strpos(Context::get('act'),'Admin')===false && ($logged_info->is_admin == 'Y' || $logged_info->is_site_admin))
|
||||
{
|
||||
Context::addHtmlFooter('<div class="faceOffManager" style="height: 23px; position: fixed; right: 3px; top: 3px;"><a href="'.getUrl('','mid',Context::get('mid'),'act','dispLayoutAdminLayoutModify','delete_tmp','Y').'">'.Context::getLang('cmd_layout_edit').'</a></div>');
|
||||
Context::addHtmlFooter('<div class="faceOffManager" style="height: 23px; position: fixed; right: 3px; top: 3px;"><a href="'.getUrl('','mid',Context::get('mid'),'act','dispLayoutAdminLayoutModify','delete_tmp','Y').'">'.lang('cmd_layout_edit').'</a></div>');
|
||||
}
|
||||
// Display menu when editing the faceOff page
|
||||
if(Context::get('act')=='dispLayoutAdminLayoutModify' && ($logged_info->is_admin == 'Y' || $logged_info->is_site_admin))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue