AAAAhome/academiac/www/administrator/components/com_unitehcarousel/views/slider/tmpl/ajax.php000060400000001660151377036040026200 0ustar00$action,"success"=>true); try{ switch($action){ case "get_bullets_html": $setName = UniteFunctionsHCar::getVal($data, "setName"); $html = HelperUniteHCar::getBulletsHtml($setName); $response["bullets_html"] = $html; break; default: UniteFunctionsHCar::throwError("Wrong action: $action"); break; } }catch(Exception $e){ $message = $e->getMessage(); UniteFunctionsHCar::jsonErrorResponse($message); } UniteFunctionsHCar::jsonResponse($response); ?>