mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 160 many bug fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9405 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4d4a8f1b86
commit
3999db9698
4 changed files with 10 additions and 3 deletions
|
|
@ -133,7 +133,7 @@
|
|||
$args->parent_srl = $source_args->parent_srl;
|
||||
$args->menu_srl = $source_args->menu_srl;
|
||||
$args->menu_id = $source_args->menu_id;
|
||||
$args->name = $source_args->menu_name;
|
||||
$args->name = $source_args->menu_name_key;
|
||||
$args->url = trim($source_args->menu_url);
|
||||
$args->open_window = $source_args->menu_open_window;
|
||||
$args->expand = $source_args->menu_expand;
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
$site_module_info = Context::get('site_module_info');
|
||||
$cmArgs->site_srl = (int)$site_module_info->site_srl;
|
||||
$cmArgs->mid = $source_args->create_menu_url;
|
||||
$cmArgs->browser_title = $source_args->menu_name;
|
||||
$cmArgs->browser_title = $source_args->menu_name_key;
|
||||
|
||||
switch ($source_args->module_type){
|
||||
case 'WIDGET' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue