- Template Name */ public function getTemplateName() { return 'uitypes/Theme.tpl'; } /** * Function to get the Display Value, for the current field type with given DB Insert Value * @param $value * @return */ public function getDisplayValue($value) { $allSkins = Vtiger_Theme::getAllSkins(); $skinColor = $allSkins[$value]; $value = ucfirst($value); return "
 
"; } }