@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'); $type = $this->params->get('top_menu_type'); if ($type == 2) { $menu_type = ' uk-card-body'; } else { $menu_type = ' uk-card-small'; } $ai_card = ($this->params->get('show_ai_card') == 1) ? 'uk-card uk-card-' . $this->params->get('ai_card_style', 'default') . ' uk-card-body' : 'uk-card' . $menu_type; $prompt_card = ($this->params->get('show_prompt_card') == 1) ? 'uk-card uk-card-' . $this->params->get('prompt_card_style', 'default') . ' uk-card-body' : 'uk-card' . $menu_type; if ($this->params->get('show_prompt_settings', 1) == 1) { $settings_card = ($this->params->get('show_prompt_settings_card') == 1) ? 'uk-card uk-card-' . $this->params->get('prompt_settings_card_style', 'default') . ' uk-card-body' : 'uk-card' . $menu_type; } if ($this->params->get('show_openai_details', 1) == 1) { $details_card = ($this->params->get('show_openai_details_card') == 1) ? 'uk-card uk-card-' . $this->params->get('openai_details_card_style', 'default') . ' uk-card-body' : 'uk-card' . $menu_type; } ?>
  • loadTemplate('getbibleaimessages'); ?>
  • loadTemplate('getbibleaipromptmessages'); ?>
  • params->get('show_prompt_settings', 1) == 1): ?>
  • loadTemplate('getbiblepromptsettings'); ?>
  • params->get('show_openai_details', 1) == 1): ?>
  • loadTemplate('getbibleaidetails'); ?>
  • params->get('set_custom_ai_tabs') == 1): ?> loadTemplate('getbibleaicustomtabs'); ?>