finition css

This commit is contained in:
2024-06-18 19:59:50 +02:00
parent 0b4dde90ac
commit 24fa946cf0
7 changed files with 133 additions and 112 deletions

View File

@@ -17,11 +17,17 @@
<?php
$page = preg_split('/[\/]/', $_SERVER['REQUEST_URI']);
if ($page[count($page) - 1] != 'auth' && $page[count($page) - 1] != 'create') { ?>
<form method="GET">
<input type="text" name="recherche" placeholder="Recherche... ">
</form>
<?php if($this->session->userdata('logged_in')){ ?>
<form method="GET">
<input type="text" class="recherchelog" name="recherche" placeholder="Recherche... ">
</form>
<?php }else{ ?>
<form method="GET">
<input type="text" class="recherche" name="recherche" placeholder="Recherche... ">
</form>
<?php } ?>
<?php } ?>
<ul>
<ul class="onglet">
<li><?= anchor('albums', 'Albums'); ?></li>
<li><?= anchor('artistes', 'Artistes'); ?></li>
<li><?= anchor('chansons', 'Chansons'); ?></li>