diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-03 07:23:10 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-03 07:23:10 +0000 |
commit | 32180a41a11c46f30d24b6ac497601c577bf10cd (patch) | |
tree | 9f6007ca388156c28b949aeb5a204df149a4dd4c /templates/header.inc.php | |
parent | eeeece05dbbcee311d9909d73a3f0b7c9bcecad4 (diff) | |
download | ampache-32180a41a11c46f30d24b6ac497601c577bf10cd.tar.gz ampache-32180a41a11c46f30d24b6ac497601c577bf10cd.tar.bz2 ampache-32180a41a11c46f30d24b6ac497601c577bf10cd.zip |
added ability to save playlists based on the active playlist, fixed the send on add playlist preference, send and clear still does not work, but its progress
Diffstat (limited to 'templates/header.inc.php')
-rw-r--r-- | templates/header.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php index 90f4782a..e4a95048 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -79,6 +79,8 @@ if (Config::get('use_rss')) { ?> </div> <!-- I hate IE... <table class="smeg-ie" width="100%"><tr><td> --> +<!-- Tiny little iframe, used to cheat the system --> +<iframe id="util_iframe" style="display:none;" src="<?php echo Config::get('web_path'); ?>/util.php"></iframe> <div id="content"> <?php if (Config::get('int_config_version') != Config::get('config_version') AND $GLOBALS['user']->has_access(100)) { ?> <div class="fatalerror"> |