@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('JPATH_BASE') or die('Restricted access'); // chapters $chapters = array_map( function ($item) { return (object) ['key' => $item, 'value' => $item]; }, range(1, 150)); // verses $verses = array_map( function ($item) { return (object) ['key' => $item, 'value' => $item]; }, range(1, 180)); ?>

'getbible_favourite_book', 'label' => JText::_('COM_GETBIBLE_BOOKS'), 'options' => $displayData['book_options'], 'default' => $displayData['book_default'] ]); ?>
'getbible_favourite_chapter', 'label' => JText::_('COM_GETBIBLE_CHAPTERS'), 'options' => $chapters, 'default' => $displayData['chapter_default'] ]); ?>
'getbible_favourite_verse', 'label' => JText::_('COM_GETBIBLE_VERSES'), 'options' => $verses, 'default' => $displayData['verse_default'] ]); ?>

'getbible_favourite_linker', 'class_other' => 'getbible-linker-guid-input uk-text-center', 'label' => JText::_('COM_GETBIBLE_SESSION_KEY'), 'class_other_label' => 'getbible-linker-name-value', 'placeholder' => JText::_('COM_GETBIBLE_AUTO_GENERATED') ]); ?>