diff --git a/templates/show_html5_player.inc.php b/templates/show_html5_player.inc.php
index a6a9b28f..7905c931 100644
--- a/templates/show_html5_player.inc.php
+++ b/templates/show_html5_player.inc.php
@@ -118,7 +118,7 @@ function ShowEqualizer()
function SavePlaylist()
{
- var url = "http://ampache.test/server/ajax.server.php?page=playlist&action=append_item&item_type=song&item_id=";
+ var url = "?page=playlist&action=append_item&item_type=song&item_id=";
for (var i = 0; i < jplaylist['playlist'].length; i++) {
url += "," + jplaylist['playlist'][i]["song_id"];
}
diff --git a/templates/sidebar_admin.inc.php b/templates/sidebar_admin.inc.php
index 9de55016..3ef4f746 100644
--- a/templates/sidebar_admin.inc.php
+++ b/templates/sidebar_admin.inc.php
@@ -21,26 +21,26 @@
*/
?>
- -
+
-
- -
+
-
- -
+
-
- -
+
-
- -
+
-
- -
+
-
-
-
+
-
-
+
-
-
+
-
-
+
diff --git a/templates/sidebar_localplay.inc.php b/templates/sidebar_localplay.inc.php
index 30ba22d3..940de73f 100644
--- a/templates/sidebar_localplay.inc.php
+++ b/templates/sidebar_localplay.inc.php
@@ -35,7 +35,7 @@ if ($server_allow && $controller && $access_check) {
$class = $current_instance ? '' : ' class="active_instance"';
?>
- -
+
-
@@ -45,7 +45,7 @@ if ($server_allow && $controller && $access_check) {
- -
+
-
-
+
diff --git a/templates/sidebar_modules.inc.php b/templates/sidebar_modules.inc.php
index 0d17b8ab..35500ace 100644
--- a/templates/sidebar_modules.inc.php
+++ b/templates/sidebar_modules.inc.php
@@ -21,14 +21,14 @@
*/
?>
--
+
-
- -
+
-
diff --git a/templates/sidebar_preferences.inc.php b/templates/sidebar_preferences.inc.php
index cbf844a7..14b3914b 100644
--- a/templates/sidebar_preferences.inc.php
+++ b/templates/sidebar_preferences.inc.php
@@ -27,7 +27,7 @@
$catagories = Preference::get_catagories();
?>