From 6d2af1fac7bd066b75ebd237cc538e29fd21b729 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Wed, 24 Feb 2010 14:16:31 +0100 Subject: Now support media sources instead of only one media path (see the $mediasources config variable) Changed the way we browse dirs (with a mediapath and a subdir) --- includes/inc_home.php | 51 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 17 deletions(-) (limited to 'includes/inc_home.php') diff --git a/includes/inc_home.php b/includes/inc_home.php index 4996969..9515860 100755 --- a/includes/inc_home.php +++ b/includes/inc_home.php @@ -1,30 +1,47 @@ \r\n"; print "
\r\n"; print "
iStreamdev
\r\n"; print "
\r\n"; print "
\r\n"; + +// VDR menus if ($vdrenabled) { - print " VDR\r\n"; - print " "; + print " VDR\r\n"; + print " "; +} + +// Media menus +print " MEDIA\r\n"; +print " "; print "
"; ?> -- cgit v1.2.3