8 lines
387 B
PHP
8 lines
387 B
PHP
</main>
|
|
<footer style="padding: 40px 24px; border-top: 1px solid var(--glass-border); margin-top: 60px; text-align: center; color: var(--text-muted);">
|
|
<p><?= get_setting('footer_text', '© ' . date('Y') . ' ChurchTube. All rights reserved.') ?></p>
|
|
<p style="font-size: 0.8rem; margin-top: 8px;">Built for the glory of God.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|