summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/inc_audio.php13
1 files changed, 9 insertions, 4 deletions
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 "<body class=\"ipodlist\">\r\n";
print "<div id=\"topbar\" class=\"transparent\">\r\n";
+
print "<div id=\"leftnav\">\r\n";
-print " <a href=\"javascript:sendForm('getback')\">Back</a>\r\n";
-print "</div>\r\n";
-print "<div id=\"rightnav\">\r\n";
-print " <a href=\"index.php\"><img alt=\"home\" src=\"images/home.png\" /></a></div>\r\n";
+if ($subdir == '/')
+ print " <a href=\"index.php\"><img alt=\"home\" src=\"images/home.png\" /></a></div>\r\n";
+else
+{
+ print " <a href=\"javascript:sendForm('getback')\">Back</a></div>\r\n";
+ print "<div id=\"rightnav\">\r\n";
+ print " <a href=\"index.php\"><img alt=\"home\" src=\"images/home.png\" /></a></div>\r\n";
+}
print "<div id=\"title\">iStreamdev</div>\r\n";
print "</div>\r\n";