@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'); use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper as Html; use Joomla\CMS\Layout\LayoutHelper; // build the list class $style = $this->params->get('preachers_list_style'); switch ($style) { case 1: // Lines $listClass = ' uk-list-line'; break; case 2: // Striped $listClass = ' uk-list-striped'; break; case 3: // Spaced $listClass = ' uk-list-space'; break; default: // Plain $listClass = ''; break; } ?>