summaryrefslogtreecommitdiffstats
path: root/templates/header.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-16 05:25:00 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-16 05:25:00 +0000
commit16f655ba45459c5a0d1be76d1f43094f49dfd0a7 (patch)
tree2e365e5f6625e8ef307211e58b92a3233b016044 /templates/header.inc
parente2bf8254895b30b679865585b37e72aa1e867320 (diff)
downloadampache-16f655ba45459c5a0d1be76d1f43094f49dfd0a7.tar.gz
ampache-16f655ba45459c5a0d1be76d1f43094f49dfd0a7.tar.bz2
ampache-16f655ba45459c5a0d1be76d1f43094f49dfd0a7.zip
new tabbed preferences and account page is back
Diffstat (limited to 'templates/header.inc')
-rw-r--r--templates/header.inc13
1 files changed, 2 insertions, 11 deletions
diff --git a/templates/header.inc b/templates/header.inc
index 514c2310..0e8185f0 100644
--- a/templates/header.inc
+++ b/templates/header.inc
@@ -46,25 +46,16 @@ if (conf('use_rss')) { ?>
<img class="pageheader" src="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/images/ampache.gif" border="0" title="Ampache: For the love of music" alt="Ampache: For the love of music" />
</a>
</div><!--End topbarleft -->
+ <div id="topbarright">
<?php if (($user->prefs['play_type']=='mpd') && ($location['page'] != 'mpd.php')) {
$myMpd = init_mpd();
show_template ('show_mpdminicontrol');
} else { ?>
- <div id="topbarright">
<a href="http://www.ampache.org/index.php">Ampache v.<?php echo conf('version'); ?></a><br />
<b><?php echo _("You are currently logged in as") . " " . $GLOBALS['user']->fullname; ?></b>
<br />
- <?php echo _("Browse"); ?>:
- <form method="post" action="<?php echo $web_path; ?>/browse.php" enctype="multipart/form-data" style="Display:inline;">
- <select name="action">
- <option value="album">Album</option>
- <option value="artist">Artist</option>
- <option value="genre">Genre</option>
- </select>
- <input type="submit" value="<?php echo _("Go!"); ?>" class="button" />
- </form>
- </div> <!-- End topbarright -->
<?php } ?>
+ </div> <!-- End topbarright -->
</div><!-- End topbar -->
<div id="sidebar"><!-- This is the sidebar -->
<?php require_once(conf('prefix') . '/templates/sidebar.inc.php'); ?>