diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-25 22:56:14 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-25 22:56:14 +0000 |
commit | a792f82334ab87cdcaf9cb8c9a87b9bc16812045 (patch) | |
tree | eb641ae91799147503d28d10f24928d0acb4220a /index.php | |
parent | 27158141ee1a14b7d23ae8997d2c41b49fc904d9 (diff) | |
download | ampache-a792f82334ab87cdcaf9cb8c9a87b9bc16812045.tar.gz ampache-a792f82334ab87cdcaf9cb8c9a87b9bc16812045.tar.bz2 ampache-a792f82334ab87cdcaf9cb8c9a87b9bc16812045.zip |
fixed user preferences..
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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"> </td></tr> --> <tr> <td valign="top"> <!-- Left table --> |