@git Get Bible @github Get Bible @support Get Bible @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html /------------------------------------------------------------------------------------------------------*/ use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper as Html; use Joomla\CMS\Layout\LayoutHelper; // No direct access to this file defined('_JEXEC') or die; $table_id = 'getbible_search_result_table'; $headers = [ 'abbreviation' => Text::_('COM_GETBIBLE_TRANSLATION'), 'book_nr' => Text::_('COM_GETBIBLE_BOOK_NUMBER'), 'name' => Text::_('COM_GETBIBLE_BOOK_NAME'), 'chapter' => Text::_('COM_GETBIBLE_CHAPTER'), 'verse' => Text::_('COM_GETBIBLE_VERSE'), 'text' => Text::_('COM_GETBIBLE_SCRIPTURE') ]; ?> items) >= 1000): ?> $table_id, 'table_class' => 'uk-table uk-table-hover uk-table-striped uk-width-1-1 direction-' . strtolower($this->translation->direction) . '" dir="' . $this->translation->direction . '"', 'name' => Text::_('COM_GETBIBLE_SEARCH_RESULTS'), 'headers' => $headers, 'items' => $this->items, 'init' => false ] ); ?>