feat: add PayPal donation
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
<i class="fas fa-broadcast-tower" aria-hidden="true"></i> <span>Direct</span>
|
||||
</a>
|
||||
|
||||
<?php if (defined('DONATIONS_ENABLED') && DONATIONS_ENABLED && !empty(PAYPAL_ME_URL)): ?>
|
||||
<a href="dons.php" class="nav-item donation-nav-link <?php echo ($currentPage === 'dons.php') ? 'active' : ''; ?>" data-title="Soutenir" aria-current="<?php echo ($currentPage === 'dons.php') ? 'page' : 'false'; ?>">
|
||||
<i class="fas fa-heart" aria-hidden="true"></i> <span>Soutenir</span>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="nav-divider"></div>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user