From dd97986356655a1a84ecb55bb67c007b82fc2783 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Thu, 25 Feb 2010 19:32:33 +0100 Subject: Fixed home button --- includes/inc_audio.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'includes') diff --git a/includes/inc_audio.php b/includes/inc_audio.php index b1f58e3..f0e0046 100755 --- a/includes/inc_audio.php +++ b/includes/inc_audio.php @@ -13,11 +13,16 @@ if ($subdir[strlen($subdir)-1] != '/') print "\r\n"; print "
\r\n"; + print "
\r\n"; -print " Back\r\n"; -print "
\r\n"; -print "
\r\n"; -print " \"home\"
\r\n"; +if ($subdir == '/') + print " \"home\"
\r\n"; +else +{ + print " Back\r\n"; + print "
\r\n"; + print " \"home\"
\r\n"; +} print "
iStreamdev
\r\n"; print "\r\n"; -- cgit v1.2.3