Update on v1.2.0 (beta for next version)

Here's an update on the current version, which includes changes towards the next release still in beta.
This commit is contained in:
Robot 2023-11-10 10:31:42 +02:00
parent 95a8c1bdb8
commit ba3410dc0a
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95

View File

@ -27,7 +27,7 @@ defined('_JEXEC') or die('Restricted access');
<li><b><?php echo $scripture->nr; ?></b> <?php echo $scripture->text; ?></li>
<?php endforeach; ?>
</ul>
<?php if ($params->get('link', 3) == 2): ?>
<?php if ($params->get('link', 2) == 3): ?>
<a href="<?php echo $today->local_link; ?>"><?php echo $today->date; ?></a>
<?php elseif ($params->get('link', 2) == 2): ?>
<a href="<?php echo $today->getbible; ?>" target="_blank"><?php echo $today->date; ?></a>