|
@@ 1929-1930 (lines=2) @@
|
| 1926 |
|
$link = '<?php print $_names[$lang_type]; ?>'; |
| 1927 |
|
} |
| 1928 |
|
// If the value of node->group_srls exists |
| 1929 |
|
if($group_srls)$group_check_code = sprintf('($is_admin==true||(is_array($group_srls)&&count(array_intersect($group_srls, array(%s))))||($is_logged&&%s))',$group_srls,$group_srls == -1?1:0); |
| 1930 |
|
else $group_check_code = "true"; |
| 1931 |
|
$attribute = sprintf( |
| 1932 |
|
'node_srl="%s" parent_srl="%s" menu_name_key=\'%s\' text="<?php if(%s) { %s }?>" url="<?php print(%s?"%s":"")?>" href="<?php print(%s?%s:"")?>" is_shortcut="%s" desc="%s" open_window="%s" expand="%s" normal_btn="%s" hover_btn="%s" active_btn="%s" link="<?php if(%s) {?>%s<?php }?>"', |
| 1933 |
|
$menu_item_srl, |
|
@@ 1994-1995 (lines=2) @@
|
| 1991 |
|
if($node->url) $child_output['url_list'][] = $node->url; |
| 1992 |
|
$output['url_list'] = array_merge($output['url_list'], $child_output['url_list']); |
| 1993 |
|
// If node->group_srls value exists |
| 1994 |
|
if($node->group_srls)$group_check_code = sprintf('($is_admin==true||(is_array($group_srls)&&count(array_intersect($group_srls, array(%s))))||($is_logged && %s))',$node->group_srls,$node->group_srls == -1?1:0); |
| 1995 |
|
else $group_check_code = "true"; |
| 1996 |
|
// List variables |
| 1997 |
|
$href = str_replace(array('&','"','<','>'),array('&','"','<','>'),$node->href); |
| 1998 |
|
$url = str_replace(array('&','"','<','>'),array('&','"','<','>'),$node->url); |