Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions templates/cassiopeia/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
<?php endif; ?>

<?php if ($this->countModules('bottom-a', true)) : ?>
<div class="grid-child container-bottom-a">
<aside class="grid-child container-bottom-a">
<jdoc:include type="modules" name="bottom-a" style="card" />
</div>
</aside>
<?php endif; ?>

<?php if ($this->countModules('bottom-b', true)) : ?>
Expand All @@ -246,9 +246,11 @@
<?php endif; ?>

<?php if ($this->params->get('backTop') == 1) : ?>
<a href="#top" id="back-top" class="back-to-top-link" aria-label="<?php echo Text::_('TPL_CASSIOPEIA_BACKTOTOP'); ?>">
<span class="icon-arrow-up icon-fw" aria-hidden="true"></span>
</a>
<div role="region" aria-label="<?php echo Text::_('TPL_CASSIOPEIA_BACKTOTOP_LABEL'); ?>">
<a href="#top" id="back-top" class="back-to-top-link" role="button" aria-label="<?php echo Text::_('TPL_CASSIOPEIA_BACKTOTOP'); ?>">
<span class="icon-arrow-up icon-fw" aria-hidden="true"></span>
</a>
</div>
<?php endif; ?>

<jdoc:include type="modules" name="debug" style="none" />
Expand Down
Loading