|
@@ 1941-1942 (lines=2) @@
|
| 1938 |
|
$link = '<?php print $_names[$lang_type]; ?>'; |
| 1939 |
|
} |
| 1940 |
|
// If the value of node->group_srls exists |
| 1941 |
|
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); |
| 1942 |
|
else $group_check_code = "true"; |
| 1943 |
|
$attribute = sprintf( |
| 1944 |
|
'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 }?>"', |
| 1945 |
|
$menu_item_srl, |
|
@@ 2015-2016 (lines=2) @@
|
| 2012 |
|
if($node->url) $child_output['url_list'][] = $node->url; |
| 2013 |
|
$output['url_list'] = array_merge($output['url_list'], $child_output['url_list']); |
| 2014 |
|
// If node->group_srls value exists |
| 2015 |
|
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); |
| 2016 |
|
else $group_check_code = "true"; |
| 2017 |
|
|
| 2018 |
|
// List variables |
| 2019 |
|
$href = str_replace(array('&','"','<','>'),array('&','"','<','>'),$node->href); |