diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 18:38:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 18:38:19 +0000 |
commit | 1a6ae62569dbc5603a361a488641950cc317ac3d (patch) | |
tree | 130afc63e183c49559572e0ccf93f5cdcd89d7cf /templates/header.inc.php | |
parent | dccdeba838129a5a3805c7669ec0a6328269f738 (diff) | |
download | ampache-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.php | 1 |
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(); ?> |