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:
parent
95a8c1bdb8
commit
ba3410dc0a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user