optimisation du code
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ajouter une Chanson à la Playlist</title>
|
||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/playlist_add_song'); ?>">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Ajouter une Chanson à la Playlist</h1>
|
||||
<?php echo form_open('playlists/add_song/'.$playlist_id); ?>
|
||||
@@ -21,4 +13,3 @@
|
||||
<?php echo form_close(); ?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user