feat: add PayPal donation
This commit is contained in:
@@ -40,6 +40,11 @@
|
||||
</nav>
|
||||
|
||||
<div class="action-icons">
|
||||
<?php if (defined('DONATIONS_ENABLED') && DONATIONS_ENABLED && !empty(PAYPAL_ME_URL)): ?>
|
||||
<a href="dons.php" class="icon-button donation-link" aria-label="Soutenir KA UBUNTU" title="Faire un don">
|
||||
<i class="fas fa-heart" aria-hidden="true"></i>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
<button id="theme-toggle" class="icon-button" aria-label="Basculer entre mode clair et sombre" title="Changer le thème">
|
||||
<i class="fas fa-sun" aria-hidden="true"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user