Mixshows.
This commit is contained in:
parent
8b4dfe0c0c
commit
ef4eedcd6e
12 changed files with 493 additions and 23 deletions
|
@ -41,6 +41,12 @@ $current_lang = $_SESSION['lang'] ?? $config['app']['locale'];
|
|||
echo current_list();
|
||||
} ?>" href="/djs.php"><?php echo $locale['djs']; ?></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link<?php
|
||||
if (basename($_SERVER['SCRIPT_NAME']) == 'mixshows.php') {
|
||||
echo current_list();
|
||||
} ?>" href="/mixshows.php"><?php echo $locale['mixshows']; ?></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue