AAAAhome/academiac/www/modules/mod_unite_hcarousel/mod_unite_hcarousel.php000060400000001713151375043560022457 0ustar00get("sliderid"); $document = JFactory::getDocument(); $include_jquery = $params->get("include_jquery","true"); if($include_jquery == "true") $document->addScript("http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"); $loadType = $params->get("js_load_type","head"); $isJSInBody = ($loadType == "body")?true:false; $noConflictMode = ($params->get("no_conflict_mode") == "true")?true:false; HelperUniteHCar::outputSlider($sliderID,$isJSInBody,$noConflictMode);