mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@376 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8c75dee150
commit
9647184962
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
<link rel="stylesheet" HREF="{$css_file}" type="text/css" />
|
<link rel="stylesheet" HREF="{$css_file}" type="text/css" />
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var zbfe_url = "{$zbfe_url}";
|
var zbxe_url = "{$zbxe_url}";
|
||||||
</script>
|
</script>
|
||||||
{Context::getHtmlHeader()}
|
{Context::getHtmlHeader()}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -390,7 +390,7 @@
|
||||||
|
|
||||||
// 속성을 생성한다 ( url_list를 이용해서 선택된 메뉴의 노드에 속하는지를 검사한다. 꽁수지만 빠르고 강력하다고 생각;;)
|
// 속성을 생성한다 ( url_list를 이용해서 선택된 메뉴의 노드에 속하는지를 검사한다. 꽁수지만 빠르고 강력하다고 생각;;)
|
||||||
$attribute = sprintf(
|
$attribute = sprintf(
|
||||||
'"node_srl"=>"%s","text"=>(%s?"%s":""),"href"=>(%s?"%s":""),"url"=>(%s?"%s":""),"open_window"=>"%s","normal_btn"=>"%s","hover_btn"=>"%s","active_btn"=>"%s","selected"=>(in_array(Context::get("zbfe_url"),array(%s))?1:0),"list"=>array(%s)',
|
'"node_srl"=>"%s","text"=>(%s?"%s":""),"href"=>(%s?"%s":""),"url"=>(%s?"%s":""),"open_window"=>"%s","normal_btn"=>"%s","hover_btn"=>"%s","active_btn"=>"%s","selected"=>(in_array(Context::get("zbxe_url"),array(%s))?1:0),"list"=>array(%s)',
|
||||||
$node->menu_srl,
|
$node->menu_srl,
|
||||||
$group_check_code,
|
$group_check_code,
|
||||||
$name,
|
$name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue