correction de la navbar et ajout bouton de connexion
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<h5>Albums list</h5>
|
||||
<section class="list">
|
||||
<?php
|
||||
|
||||
foreach($albums as $album){
|
||||
echo "<div><article>";
|
||||
echo "<header class='short-text'>";
|
||||
|
@@ -20,6 +20,6 @@
|
||||
<ul>
|
||||
<li><?=anchor('albums','Albums');?></li>
|
||||
<li><?=anchor('artistes','Artistes');?></li>
|
||||
<li><?=anchor('playlist','Playlist');?></li>
|
||||
<li><?=anchor('connexion','Se connecter');?></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
Reference in New Issue
Block a user