fetch_by_id($sid); $resourcesdata = $sharedata['resourcesdata']; $colors = array(); foreach($resourcesdata['colors'] as $cval){ $colors[] = $cval; } $resourcesdata['colors'] = json_encode($colors); $tag = array(); foreach($resourcesdata['tag'] as $tval){ if($tval){ $tag[] = $tval; } } $resourcesdata['tag'] = json_encode($tag); $foldernames = array(); foreach($resourcesdata['foldernames'] as $fval){ $foldernames[] = $fval; } $resourcesdata['foldernames'] = json_encode($foldernames); $theme = GetThemeColor(); include template('page/share');