From 9c28ed5ad1adf15f868d181b9cfca26a801550ad Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 25 Jan 2013 19:54:11 -0500 Subject: Consistently use _ in two-word class names --- templates/show_now_playing.inc.php | 2 +- templates/show_recently_played.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php index dfa55f8d..6b3c985b 100644 --- a/templates/show_now_playing.inc.php +++ b/templates/show_now_playing.inc.php @@ -28,7 +28,7 @@ */ if (count($results)) { -$link = Config::get('use_rss') ? ' ' . AmpacheRSS::get_display('nowplaying') : ''; +$link = Config::get('use_rss') ? ' ' . Ampache_RSS::get_display('nowplaying') : ''; ?> -- cgit