summaryrefslogtreecommitdiff
path: root/includes/inc_rec.php
diff options
context:
space:
mode:
authorroot <root@mediaserver.Belkin>2010-02-18 13:09:28 +0100
committerroot <root@mediaserver.Belkin>2010-02-18 13:09:28 +0100
commit50b1f3626eb1d0e6503145264941752ad8d43589 (patch)
tree5f9145a51e93be0935d41d7150ccb679bf332606 /includes/inc_rec.php
parent8dc484d1f221ccf770e79a6b20c3f22d262718fd (diff)
downloadistreamdev-50b1f3626eb1d0e6503145264941752ad8d43589.tar.gz
istreamdev-50b1f3626eb1d0e6503145264941752ad8d43589.tar.bz2
corrected back button in recordings
Diffstat (limited to 'includes/inc_rec.php')
-rwxr-xr-xincludes/inc_rec.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/inc_rec.php b/includes/inc_rec.php
index 96d6088..463b924 100755
--- a/includes/inc_rec.php
+++ b/includes/inc_rec.php
@@ -17,6 +17,8 @@ if ($dir == $vdrrecpath)
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";
print "<div id=\"content\">\r\n";