From 621f007155dc1e3a8a5b916e246018df4a25d4f3 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 31 Dec 2005 09:04:30 +0000 Subject: add album art pop-up mojo from Di-Fosfor --- templates/show_album.inc | 2 +- templates/show_big_art.inc | 41 +++++++++++++++++++++++++++++++++++++++++ templates/show_now_playing.inc | 2 +- 3 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 templates/show_big_art.inc (limited to 'templates') diff --git a/templates/show_album.inc b/templates/show_album.inc index 6a466aab..bd6cbcf8 100644 --- a/templates/show_album.inc +++ b/templates/show_album.inc @@ -49,7 +49,7 @@ $username=$user->username; id . "\">"; + echo ""; echo "\"Album"; echo "\n"; } diff --git a/templates/show_big_art.inc b/templates/show_big_art.inc new file mode 100644 index 00000000..7c52f4e3 --- /dev/null +++ b/templates/show_big_art.inc @@ -0,0 +1,41 @@ + + + + + + + +<?php echo conf('site_title'); ?> - <?php echo _("Album Art"); ?> + + +"; +echo ""; +echo ""; +?> + + + diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index d4df9dc2..22422388 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -61,7 +61,7 @@ echo "\talbum\">$song->f_album"; if (conf('play_album_art')) { echo "\t"; - echo ""; + echo ""; echo "\"Album"; echo "\n"; echo "\t\n"; -- cgit