summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-11 15:29:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-11 15:29:08 +0000
commitf74e8927606223ebda3e0e00a94ae7a032a7d72f (patch)
tree7c240267eb7a9386b00859a39081dae29705d4e2 /index.php
parent693c657b0f6b6434a862db8944635d50197c9827 (diff)
downloadampache-f74e8927606223ebda3e0e00a94ae7a032a7d72f.tar.gz
ampache-f74e8927606223ebda3e0e00a94ae7a032a7d72f.tar.bz2
ampache-f74e8927606223ebda3e0e00a94ae7a032a7d72f.zip
fixed slashed single quote and implemented spiffy new refresh countdown
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.php b/index.php
index e2e13cc6..dc096f48 100644
--- a/index.php
+++ b/index.php
@@ -35,7 +35,6 @@ show_menu_items('Home');
show_clear();
$action = scrub_in($_REQUEST['action']);
-if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
?>
<p style="font-size: 8pt; font-weight: bold;">
@@ -153,4 +152,6 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
</tr>
</table>
-<?php show_page_footer ('Home', '', $user->prefs['display_menu']); ?>
+<?php show_page_footer ('Home', '', $user->prefs['display_menu']);
+if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
+?>