summaryrefslogtreecommitdiffstats
path: root/templates/show_tv.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-05 21:48:43 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-05 21:48:43 +0000
commita8589cef1e311a032a67ecdc61e2b73197373288 (patch)
treecfd486596c2126247acfca5a026db2c27cf06277 /templates/show_tv.inc.php
parentf24fa20acbd2d7ff7175dab391e75f743c634e87 (diff)
downloadampache-a8589cef1e311a032a67ecdc61e2b73197373288.tar.gz
ampache-a8589cef1e311a032a67ecdc61e2b73197373288.tar.bz2
ampache-a8589cef1e311a032a67ecdc61e2b73197373288.zip
working democratic play
Diffstat (limited to 'templates/show_tv.inc.php')
-rw-r--r--templates/show_tv.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_tv.inc.php b/templates/show_tv.inc.php
index 8a556d86..fd29bff7 100644
--- a/templates/show_tv.inc.php
+++ b/templates/show_tv.inc.php
@@ -51,6 +51,8 @@ else {
</div>
<!-- End Control Div -->
<div id="tv_np">
+<?php require_once(conf('prefix') . '/templates/show_tv_nowplaying.inc.php'); ?>
</div>
<div id="tv_playlist">
+<?php require_once(conf('prefix') . '/templates/show_tv_playlist.inc.php'); ?>
</div>