diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-21 08:03:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-21 08:03:20 +0000 |
commit | 975bbcebe9c68ac729dd051b008cf6c615d443c2 (patch) | |
tree | 46737108023c5d65797d39f748c53cff0c160e10 /localplay.php | |
parent | 742f6bfa6a7b285db898da220e1799fbb9b79ded (diff) | |
download | ampache-975bbcebe9c68ac729dd051b008cf6c615d443c2.tar.gz ampache-975bbcebe9c68ac729dd051b008cf6c615d443c2.tar.bz2 ampache-975bbcebe9c68ac729dd051b008cf6c615d443c2.zip |
new interface which breaks all previous themes... and current themes, still under development
Diffstat (limited to 'localplay.php')
-rw-r--r-- | localplay.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localplay.php b/localplay.php index 7edeb3ae..9dda39cc 100644 --- a/localplay.php +++ b/localplay.php @@ -37,7 +37,9 @@ if (conf('demo_mode')) { $web_path = conf('web_path'); if($user->prefs['play_type'] != 'local_play') { - echo "You dont have local play enabled!"; + show_template('header'); + echo "<span align=\"center\" class=\"fatalerror\">Localplay Currently Disabled</span>"; + show_footer(); exit; } |