@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 /------------------------------------------------------------------------------------------------------*/ // No direct access to this file defined('_JEXEC') or die('Restricted access'); $table_id = 'getbible_search_result_table'; $headers = [ 'abbreviation' => JText::_('COM_GETBIBLE_TRANSLATION'), 'book_nr' => JText::_('COM_GETBIBLE_BOOK_NUMBER'), 'name' => JText::_('COM_GETBIBLE_BOOK_NAME'), 'chapter' => JText::_('COM_GETBIBLE_CHAPTER'), 'verse' => JText::_('COM_GETBIBLE_VERSE'), 'text' => JText::_('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' => JText::_('COM_GETBIBLE_SEARCH_RESULTS'), 'headers' => $headers, 'items' => $this->items, 'init' => false ] ); ?>