summaryrefslogtreecommitdiff
path: root/includes/inc_epg.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/inc_epg.php')
-rwxr-xr-xincludes/inc_epg.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/includes/inc_epg.php b/includes/inc_epg.php
deleted file mode 100755
index 721cc9f..0000000
--- a/includes/inc_epg.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-print "<body onorientationchange=\"updateOrientation();\" onload=\"updateOrientation();\">\r\n";
-print "<div id=\"topbar\" class=\"transparent\">\r\n";
-print "<div id=\"leftnav\">\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";
-print " <span class=\"graytitle\">Program Guide</span>\r\n";
-print " <ul class=\"pageitem\">";
-print " <li class=\"textbox\"><span class=\"header\">Incoming feature</span";
-print " <p>To do...</p></li>";
-print "</div>\r\n";
-?>
-