Use MOD_FOOTER_LINE2 for offline page copyright
Some checks failed
Repo Health / Access control (push) Failing after 1s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-16 18:34:06 -05:00
parent 5e5d6a4e89
commit 87b5326d1d

View File

@@ -352,7 +352,8 @@ if (class_exists('\Joomla\Component\Users\Site\Helper\RouteHelper')) {
<!-- Copyright -->
<div class="moko-offline-copyright">
&copy; <?php echo date('Y'); ?> <?php echo htmlspecialchars($sitename, ENT_COMPAT, 'UTF-8'); ?>. <?php echo Text::_('JGLOBAL_ISFREESOFTWARE') ?: 'All rights reserved.'; ?>
<div>&copy; <?php echo date('Y'); ?> <?php echo htmlspecialchars($sitename, ENT_COMPAT, 'UTF-8'); ?></div>
<div><?php echo Text::_('MOD_FOOTER_LINE2'); ?></div>
</div>
</div>