attachments) && is_array($this->attachments) && (count($this->attachments) > 0)) : ?>

attachments as $file) : ?>
escape($file->file); if (!empty($file->name)) { $overlib .= '
'.Text::_('COM_JEM_FILE_NAME').': '.$this->escape($file->name); } if (!empty($file->description)) { $overlib .= '
'.Text::_('COM_JEM_FILE_DESCRIPTION').': '.$this->escape($file->description); } ?> > escape($file->name ? $file->name : $file->file); $image = HTMLHelper::_('image','com_jem/download_16.png', Text::_('COM_JEM_DOWNLOAD'),NULL,true)." "."".$filename.""; $attribs = array('class'=>'file-name'); echo HTMLHelper::_('link','index.php?option=com_jem&task=getfile&format=raw&file='.$file->id.'&'.Session::getFormToken().'=1',$image,$attribs); ?>