AAAAhome/academiac/www/administrator/components/com_unitehcarousel/models/fields/arrows.php 0000604 00000004174 15137237210 0025726 0 ustar 00 addScriptDeclaration(implode("\n", $script));
// Setup variables for display.
$html = array();
$link = 'index.php?option='.GlobalsUniteHCar::COMPONENT_NAME.'&view=slider&layout=arrows&tmpl=component&settingid='.$this->id;
$buttonType = $this->value;
$arrArrowSet = HelperUniteHCar::getArrowSet($buttonType);
$arrowName = $arrArrowSet["name"];
$html[] = '';
$buttonID = $this->id."-btn";
$desc = UniteFunctionsHCar::getVal($this->element, "description");
// The the arrow
$imageArrow = $arrArrowSet["url_right"];
$html[] = '
';
//put select button
$html[] = ' Change';
$html = implode("\n", $html);
return $html;
}
}