summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorCharlie <root@www2.slamar.com>2010-12-13 16:34:44 -0600
committerCharlie <root@www2.slamar.com>2010-12-13 16:34:44 -0600
commit40b9d2ec6e162d8f8a236acb098bfdb4b0d9f56d (patch)
treeb9eeb246c938b219c621d2b14e2b8e89755a8bdb /templates
parent77311f6f0efcd3c8b28211ea12a47b75f149e86f (diff)
downloadampache-40b9d2ec6e162d8f8a236acb098bfdb4b0d9f56d.tar.gz
ampache-40b9d2ec6e162d8f8a236acb098bfdb4b0d9f56d.tar.bz2
ampache-40b9d2ec6e162d8f8a236acb098bfdb4b0d9f56d.zip
Initial Twitter
Diffstat (limited to 'templates')
-rw-r--r--templates/show_now_playing.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php
index 05b3f828..35e3d3f9 100644
--- a/templates/show_now_playing.inc.php
+++ b/templates/show_now_playing.inc.php
@@ -30,8 +30,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
if (count($results)) {
$link = Config::get('use_rss') ? ' ' . AmpacheRSS::get_display('nowplaying') : '';
+$link2 = '<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>';
?>
-<?php show_box_top(_('Now Playing') . $link); ?>
+<?php show_box_top(_('Now Playing') . $link . $link2 ); ?>
<?php
foreach ($results as $item) {
$media = $item['media'];