debut suppression playlists
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<h5>Song of the playlist</h5>
|
||||
<section class="list">
|
||||
<?php
|
||||
|
||||
foreach($songPlaylists as $songPlaylist){
|
||||
echo "<div><article>";
|
||||
echo "<header class='short-text'>";
|
||||
echo "{$songPlaylist->name}";
|
||||
echo "<br>";
|
||||
echo "<br>";
|
||||
echo "</header>";
|
||||
echo "</article></div>";
|
||||
}
|
||||
|
||||
?>
|
||||
</section>
|
||||
Reference in New Issue
Block a user