summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-25 22:56:14 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-25 22:56:14 +0000
commita792f82334ab87cdcaf9cb8c9a87b9bc16812045 (patch)
treeeb641ae91799147503d28d10f24928d0acb4220a /index.php
parent27158141ee1a14b7d23ae8997d2c41b49fc904d9 (diff)
downloadampache-a792f82334ab87cdcaf9cb8c9a87b9bc16812045.tar.gz
ampache-a792f82334ab87cdcaf9cb8c9a87b9bc16812045.tar.bz2
ampache-a792f82334ab87cdcaf9cb8c9a87b9bc16812045.zip
fixed user preferences..
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index 034ba3e2..17aa5539 100644
--- a/index.php
+++ b/index.php
@@ -35,12 +35,8 @@ show_template('header');
if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
$action = scrub_in($_REQUEST['action']);
-
?>
-<p style="font-size: 8pt; font-weight: bold;">
- <?php echo _("Welcome to"); ?> <a href="http://www.ampache.org/index.php">Ampache v.<?php echo conf('version'); ?></a>
-</p>
<!-- Big Daddy Table -->
<table style="padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px;" >
<tr>
@@ -48,7 +44,6 @@ $action = scrub_in($_REQUEST['action']);
<?php show_now_playing(); ?>
</td>
</tr>
-<!-- <tr><td colspan="2">&nbsp;</td></tr> -->
<tr>
<td valign="top">
<!-- Left table -->