authorise('core.edit', 'com_sermonspeaker'); $canEditOwn = $user->authorise('core.edit.own', 'com_sermonspeaker'); $player = new SermonspeakerHelperPlayer($this->items); $orderlist = array( 'sermon_title' => 'JGLOBAL_TITLE', 'sermon_date' => 'COM_SERMONSPEAKER_FIELD_DATE_LABEL', 'hits' => 'JGLOBAL_HITS', 'ordering' => 'JFIELD_ORDERING_LABEL' ); ?>
params->get('show_page_heading', 1)) : ?>

escape($this->params->get('page_heading')); ?>

id == $this->item->created_by))) : ?> params->get('show_category_title', 0) || in_array('serie:hits', $this->col_serie) || in_array('serie:speaker', $this->col_serie)): ?>
col_serie)): ?>
item->avatar) : ?>

item->series_title; ?>

col_serie)) : ?>
ALL MP3
columns) && count($this->items)) : ?>
player != 'PixelOut'): ?>
mspace; echo $player->script; ?> toggle): ?>
Video Audio
item->series_description); ?>
params->get('filter_field')) :?>
items)) : ?>
items as $i => $item) : // Preparing tooltip $tip = array(); if(in_array('sermons:num', $this->columns) and $item->sermon_number): $tip[] = JText::_('COM_SERMONSPEAKER_FIELD_NUM_LABEL').': '.$item->sermon_number; endif; if(in_array('sermons:date', $this->columns) and ($item->sermon_date != '0000-00-00')): $tip[] = JText::_('COM_SERMONSPEAKER_FIELD_DATE_LABEL').': '.JHTML::Date($item->sermon_date, JText::_($this->params->get('date_format')), true); endif; if(in_array('sermons:speaker', $this->columns) and $item->name): $tip[] = JText::_('COM_SERMONSPEAKER_FIELD_SPEAKER_LABEL').': '.$item->name; endif; if(in_array('sermons:series', $this->columns) and $item->series_title): $tip[] = JText::_('COM_SERMONSPEAKER_FIELD_SERIES_LABEL').': '.$item->series_title; endif; if(in_array('sermons:scripture', $this->columns) and $item->scripture): $tip[] = JText::_('COM_SERMONSPEAKER_FIELD_SCRIPTURE_LABEL').': '.SermonspeakerHelperSermonspeaker::insertScriptures($item->scripture, '; ', false); endif; if(in_array('sermons:length', $this->columns) and $item->sermon_time): $tip[] = JText::_('COM_SERMONSPEAKER_FIELD_LENGTH_LABEL').': '.SermonspeakerHelperSermonspeaker::insertTime($item->sermon_time); endif; if(in_array('sermons:hits', $this->columns) and $item->hits): $tip[] = JText::_('JGLOBAL_HITS').': '.$item->hits; endif; if(in_array('sermons:notes', $this->columns) and $item->notes): $tip[] = JText::_('COM_SERMONSPEAKER_FIELD_NOTES_LABEL').': '.$item->notes; endif; $tooltip = implode('
', $tip); $picture = SermonspeakerHelperSermonspeaker::insertPicture($item); if (!$picture): $picture = 'media/com_sermonspeaker/images/nopict.jpg'; endif; ?>

sermon_title; ?>

sermon_date, JText::_($this->params->get('date_format')), true); ?> // name; ?>
$i+2, 'alt_player' => 1); $player = new SermonspeakerHelperPlayer($this->items, $config); echo $player->mspace; echo $player->script; ?>
id, $mode='MP3'); ?>