diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-09 17:46:02 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-09 17:46:02 +0000 |
commit | 50acbaf501760e18b5595463e9dd20f0aafa861d (patch) | |
tree | c3fc5559e7af6d3b3b112094128a5d92da3eb7bf /templates | |
parent | 8ed4a1e163f8750820f643b4f81b04215154e972 (diff) | |
download | ampache-50acbaf501760e18b5595463e9dd20f0aafa861d.tar.gz ampache-50acbaf501760e18b5595463e9dd20f0aafa861d.tar.bz2 ampache-50acbaf501760e18b5595463e9dd20f0aafa861d.zip |
moved a header display reference so I can pass headers on democratic play
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_tv.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_tv.inc.php b/templates/show_tv.inc.php index 72f8aa92..c01517ed 100644 --- a/templates/show_tv.inc.php +++ b/templates/show_tv.inc.php @@ -22,6 +22,8 @@ $htmllang = str_replace("_","-",conf('lang')); $location = get_location(); +show_template('header'); + /** * Check for the refresh mojo, if it's there then require the * refresh_javascript include. Must be greater then 5, I'm not |