AAAAhome/academiac/www/administrator/components/com_unitehcarousel/models/fields/bullets.php 0000604 00000004051 15137237225 0026063 0 ustar 00 addScriptDeclaration(implode("\n", $script));
// Setup variables for display.
$html = array();
$link = 'index.php?option=com_unitehcarousel&view=slider&layout=bullets&tmpl=component';
$html[] = '';
$bulletsText = "Change Bullets";
$buttonID = $this->id."-btn";
$desc = UniteFunctionsHCar::getVal($this->element, "description");
$htmlAddon = "";
if(!empty($desc)){
$htmlAddon = ' title="'.$desc.'"';
//$class .= " hasTip"; //making problems with rel
}
// The user select button.
$html[] = ' '.$bulletsText.'';
$html = implode("\n", $html);
return $html;
}
}