finition css
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user