From f652ae2be38e74796ed63ba72e23fcb632818118 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 19 Oct 2014 12:12:20 +0200 Subject: restructure room site to produce a unique room/player/formats page --- formats.php | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 formats.php (limited to 'formats.php') diff --git a/formats.php b/formats.php deleted file mode 100644 index 4084804..0000000 --- a/formats.php +++ /dev/null @@ -1,18 +0,0 @@ -render(array( - 'page' => 'formats', - 'baseurl' => baseurl(), - 'title' => 'Stream-Formats', - 'subtitle' => $GLOBALS['CONFIG']['ROOMS'][$room], - - 'room' => $room, - 'formats' => $GLOBALS['CONFIG']['FORMATS'], -)); -- cgit v1.2.3