summaryrefslogtreecommitdiffstats
path: root/templates/header.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-13 18:38:19 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-13 18:38:19 +0000
commit1a6ae62569dbc5603a361a488641950cc317ac3d (patch)
tree130afc63e183c49559572e0ccf93f5cdcd89d7cf /templates/header.inc.php
parentdccdeba838129a5a3805c7669ec0a6328269f738 (diff)
downloadampache-1a6ae62569dbc5603a361a488641950cc317ac3d.tar.gz
ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.tar.bz2
ampache-1a6ae62569dbc5603a361a488641950cc317ac3d.zip
flushed out the album view and added a few more features removed unused icons
Diffstat (limited to 'templates/header.inc.php')
-rw-r--r--templates/header.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php
index 08cbaa6c..c5a96f5b 100644
--- a/templates/header.inc.php
+++ b/templates/header.inc.php
@@ -65,7 +65,6 @@ if (Config::get('use_rss')) { ?>
</div><!--End topbarleft -->
<div id="topbarright">
<?php show_box_top(); ?>
- <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a><br />
<b><?php echo _('You are currently logged in as') . " " . $GLOBALS['user']->fullname; ?></b>
<div id="topbar-playlist"><?php require_once Config::get('prefix') . '/templates/show_playlist_bar.inc.php'; ?></div>
<?php show_box_bottom(); ?>