diff options
author | Chris Slamar <chris@slamar.org> | 2010-12-15 18:12:40 -0600 |
---|---|---|
committer | Chris Slamar <chris@slamar.org> | 2010-12-15 18:12:40 -0600 |
commit | a88ecf3babb8d198037a52d206335afc93a3c40a (patch) | |
tree | f0507a8ad998d37afc314bdba9b7c3b5e885746a /templates/show_now_playing.inc.php | |
parent | 60c02e18653bfeb62f43395957a027696c25fe93 (diff) | |
download | ampache-a88ecf3babb8d198037a52d206335afc93a3c40a.tar.gz ampache-a88ecf3babb8d198037a52d206335afc93a3c40a.tar.bz2 ampache-a88ecf3babb8d198037a52d206335afc93a3c40a.zip |
fixed missing debug number and added alt text
Diffstat (limited to 'templates/show_now_playing.inc.php')
-rw-r--r-- | templates/show_now_playing.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php index cef484a4..ef5d7d96 100644 --- a/templates/show_now_playing.inc.php +++ b/templates/show_now_playing.inc.php @@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. if (count($results)) { $link = Config::get('use_rss') ? ' ' . AmpacheRSS::get_display('nowplaying') : ''; -$twitter = Config::get('twitter') ? ' ' . '<a href="' . Config::get('web_path') . '/modules/twitter/twitter_login.php"><img src="' . Config::get('web_path') . '/modules/twitter/Twitter-Icon.png" width="18" height="18"></a>' : ''; +$twitter = Config::get('twitter') ? ' ' . '<a href="' . Config::get('web_path') . '/modules/twitter/twitter_login.php"><img src="' . Config::get('web_path') . '/modules/twitter/Twitter-Icon.png" alt="Tweet Your Now Playing!" width="18" height="18"></a>' : ''; ?> <?php show_box_top(_('Now Playing') . $link . $twitter ); ?> <?php |