'; $phocaImage = ( (string)$this->element['phocaimage'] ? $this->element['phocaimage'] : '' ); $image = ''; if ($phocaImage != ''){ $image = HTMLHelper::_('image', $ti . $phocaImage, '' ); } if ($this->element['default']) { if ($image != '') { return '
' .'
'. $image.' '. Text::_($this->element['default']) . '
' .'
'; } else { return '
' .''. Text::_($this->element['default']) . '' .'
'; } } else { return parent::getLabel(); } echo '
'; } } ?>