From 3d72b276b17a920a3f319afd2aec44d7bdf7a40e Mon Sep 17 00:00:00 2001 From: TheTroll Date: Wed, 24 Feb 2010 22:54:18 +0100 Subject: Better management of audio/video media --- includes/inc_video.php | 103 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100755 includes/inc_video.php (limited to 'includes/inc_video.php') diff --git a/includes/inc_video.php b/includes/inc_video.php new file mode 100755 index 0000000..d933a04 --- /dev/null +++ b/includes/inc_video.php @@ -0,0 +1,103 @@ +\r\n"; +print "
\r\n"; +print "
\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"; + +print "
\r\n"; +print " Media\r\n"; +print "
"; +print "
\r\n"; +?> -- cgit v1.2.3