forked from ORGANISATION-KA-INTERNATIONALE/FEDIVERSE-OKI
feat: replace direct element
This commit is contained in:
@@ -17,11 +17,14 @@
|
||||
<a href="/" class="nav-item <?php echo ($currentPage === 'index.php') ? 'active' : ''; ?>" data-title="Accueil" aria-current="<?php echo ($currentPage === 'index.php') ? 'page' : 'false'; ?>">
|
||||
<i class="fas fa-home" aria-hidden="true"></i> <span>Accueil</span>
|
||||
</a>
|
||||
|
||||
<?php if (!defined('HERO_TYPE') || HERO_TYPE === 'live'): ?>
|
||||
<a href="direct.php" class="nav-item <?php echo ($currentPage === 'direct.php') ? 'active' : ''; ?>" data-title="Direct" aria-current="<?php echo ($currentPage === 'direct.php') ? 'page' : 'false'; ?>">
|
||||
<i class="fas fa-broadcast-tower" aria-hidden="true"></i> <span>Direct</span>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (defined('DONATIONS_ENABLED') && DONATIONS_ENABLED && !empty(PAYPAL_ME_URL)): ?>
|
||||
<?php if (defined('DONATIONS_ENABLED') && DONATIONS_ENABLED): ?>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user