From 564a40dd0f0d04a0287acc57d13a7ed65fe0e334 Mon Sep 17 00:00:00 2001 From: Afterster Date: Tue, 29 Oct 2013 19:56:46 +0100 Subject: Get rid of popup on cover arts --- templates/header.inc.php | 1 + templates/show_album.inc.php | 4 ++-- templates/show_lyrics_song.inc.php | 2 +- templates/show_now_playing_row.inc.php | 2 +- templates/stylesheets.inc.php | 1 + 5 files changed, 6 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/header.inc.php b/templates/header.inc.php index ee19ae6b..6036bfbe 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -43,6 +43,7 @@ if (Config::get('use_rss')) { ?> + diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index b987bf5b..eed35720 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -35,8 +35,8 @@ $title .= ' - ' . $album->f_artist_link; if ($album->name != T_('Unknown (Orphaned)')) { $name = '[' . $album->f_artist . '] ' . scrub_out($album->full_name); - $aa_url = $web_path . "/image.php?id=" . $album->id . "&type=popup&sid=" . session_id(); - echo ""; + $aa_url = $web_path . "/image.php?id=" . $album->id . "&sid=" . session_id(); + echo ""; echo "\"".$name."\""; echo "\n"; } diff --git a/templates/show_lyrics_song.inc.php b/templates/show_lyrics_song.inc.php index ee038e0c..11390c9a 100644 --- a/templates/show_lyrics_song.inc.php +++ b/templates/show_lyrics_song.inc.php @@ -30,7 +30,7 @@ $artist = scrub_out(UI::truncate($song->f_artist_full));
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index adbe0f24..b9ac30ba 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -65,7 +65,7 @@
diff --git a/templates/stylesheets.inc.php b/templates/stylesheets.inc.php index 27c8aad5..7fc3331d 100644 --- a/templates/stylesheets.inc.php +++ b/templates/stylesheets.inc.php @@ -33,4 +33,5 @@ if (is_rtl(Config::get('lang')) + -- cgit