petite modif mineur
This commit is contained in:
parent
c305c85e72
commit
a2812034ac
@ -6,7 +6,7 @@
|
|||||||
foreach($songs as $song){
|
foreach($songs as $song){
|
||||||
echo "<div><article>";
|
echo "<div><article>";
|
||||||
echo "<header class='short-text'>";
|
echo "<header class='short-text'>";
|
||||||
echo anchor("albums/view/{$song->id}","{$song->name}");
|
echo /*anchor("albums/view/{$song->id}",*/"{$song->name}"/*)*/;
|
||||||
echo "<br>";
|
echo "<br>";
|
||||||
echo "</header>";
|
echo "</header>";
|
||||||
echo "</article></div>";
|
echo "</article></div>";
|
||||||
|
Loading…
Reference in New Issue
Block a user