Subversion Repositories SmartDukaan

Rev

Rev 10891 | Rev 11055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10891 Rev 11049
Line 135... Line 135...
135
*id,parentid,menuname,position,render*/
135
*id,parentid,menuname,position,render*/
136
 
136
 
137
 
137
 
138
function top_menu($data=array())
138
function top_menu($data=array())
139
{
139
{
140
 
-
 
-
 
140
if(isset($data['response']) and !empty($data['response']))
141
$data = json_decode($data['response']);
141
$data = json_decode($data['response']);
142
	$response =array();
142
	$response =array();
143
	if(isset($data) and !empty($data))
143
	if(isset($data) and !empty($data))
144
	{
144
	{
145
		foreach($data as $d)
145
		foreach($data as $d)