@copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html A sermon distributor that links to Dropbox. /----------------------------------------------------------------------------------------------------------------------------------*/ // No direct access to this file defined('_JEXEC') or die('Restricted access'); // set the defaults $items = $displayData->vvvsermons; $user = JFactory::getUser(); $id = $displayData->item->id; // set the edit URL $edit = "index.php?option=com_sermondistributor&view=sermons&task=sermon.edit"; // set a return value $return = ($id) ? "index.php?option=com_sermondistributor&view=preacher&layout=edit&id=" . $id : ""; // check for a return value $jinput = JFactory::getApplication()->input; if ($_return = $jinput->get('return', null, 'base64')) { $return .= "&return=" . $_return; } // check if return value was set if (SermondistributorHelper::checkString($return)) { // set the referral values $ref = ($id) ? "&ref=preacher&refid=" . $id . "&return=" . urlencode(base64_encode($return)) : "&return=" . urlencode(base64_encode($return)); } else { $ref = ($id) ? "&ref=preacher&refid=" . $id : ""; } // set the create new URL $new = "index.php?option=com_sermondistributor&view=sermons&task=sermon.edit" . $ref; // set the create new and close URL $close_new = "index.php?option=com_sermondistributor&view=sermons&task=sermon.edit"; // load the action object $can = SermondistributorHelper::getActions('sermon'); ?>
get('sermon.edit')): ?> escape($item->name); ?> checked_out): ?> name, $item->checked_out_time, 'sermons.', $canCheckin); ?> escape($item->name); ?> | escape($item->preacher_name); ?> | authorise('series.edit', 'com_sermondistributor.series.' . (int)$item->series)): ?> escape($item->series_name); ?> escape($item->series_name); ?> | escape($item->short_description); ?> | authorise('core.edit', 'com_sermondistributor.sermons.category.' . (int)$item->catid)): ?> escape($item->category_title); ?> escape($item->category_title); ?> | link_type); ?> | source); ?> | published == 1):?>published == 0):?> | published == 2):?> | published == -2):?> | |