summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-08-13 21:55:09 +0000
committerxgizzmo <xgizzmo@ampache>2005-08-13 21:55:09 +0000
commitbe06d6de81799dd879ff878fb1babe8d80cc2fe9 (patch)
tree33d624adb0d6e86073c2d9c6d29a4566576b28ae /index.php
parentc3bcd9b2bd77e642f201838bc1cb17ec56d1690f (diff)
downloadampache-be06d6de81799dd879ff878fb1babe8d80cc2fe9.tar.gz
ampache-be06d6de81799dd879ff878fb1babe8d80cc2fe9.tar.bz2
ampache-be06d6de81799dd879ff878fb1babe8d80cc2fe9.zip
HTML clean up
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.php b/index.php
index ec6b965a..c293668d 100644
--- a/index.php
+++ b/index.php
@@ -31,6 +31,7 @@ require_once("modules/init.php");
$myMpd = init_mpd();
show_template('header');
+if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
show_menu_items('Home');
show_clear();
$action = scrub_in($_REQUEST['action']);
@@ -153,6 +154,4 @@ $action = scrub_in($_REQUEST['action']);
</tr>
</table>
-<?php show_page_footer ('Home', '', $user->prefs['display_menu']);
-if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
-?>
+<?php show_page_footer ('Home', '', $user->prefs['display_menu']);?>