mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
XE표기를 Rhymix로 변경
This commit is contained in:
parent
a9fc637cd9
commit
0a89dffa5a
50 changed files with 283 additions and 278 deletions
|
|
@ -56,16 +56,16 @@ $sitemap = array(
|
|||
'title' => 'Utility menu',
|
||||
'list' => array(
|
||||
array(
|
||||
'menu_name' => 'XE Official Site',
|
||||
'menu_name' => 'Rhymix Official Site',
|
||||
'is_shortcut' => 'Y',
|
||||
'open_window' => 'Y',
|
||||
'shortcut_target' => 'http://www.xpressengine.com'
|
||||
'shortcut_target' => 'https://www.rhymix.org/'
|
||||
),
|
||||
array(
|
||||
'menu_name' => 'GitHub',
|
||||
'is_shortcut' => 'Y',
|
||||
'open_window' => 'Y',
|
||||
'shortcut_target' => 'https://github.com/xpressengine'
|
||||
'shortcut_target' => 'https://github.com/rhymix'
|
||||
),
|
||||
)
|
||||
),
|
||||
|
|
@ -269,7 +269,7 @@ $obj->email_address = $logged_info->email_address;
|
|||
|
||||
$obj->module_srl = $module_srl;
|
||||
Context::set('version', __XE_VERSION__);
|
||||
$obj->title = 'Welcome XE';
|
||||
$obj->title = 'Welcome Rhymix';
|
||||
|
||||
$obj->content = $oTemplateHandler->compile(_XE_PATH_ . 'modules/install/script/welcome_content', 'welcome_content_'.$lang);
|
||||
|
||||
|
|
@ -279,7 +279,7 @@ if(!$output->toBool()) return $output;
|
|||
$document_srl = $output->get('document_srl');
|
||||
|
||||
unset($obj->document_srl);
|
||||
$obj->title = 'Welcome mobile XE';
|
||||
$obj->title = 'Welcome mobile Rhymix';
|
||||
$output = $oDocumentController->insertDocument($obj, true);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue