summaryrefslogtreecommitdiffstats
path: root/templates/header.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-27 01:31:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-27 01:31:18 +0000
commit534f9da3d2b2644c2700050c76657d003878ed58 (patch)
tree87d0a6aa736ed0d6b2d398d0d9d3534ca7fecc9f /templates/header.inc
parent6b0b77f12b6873204bfd73a250621115b1f539a0 (diff)
downloadampache-534f9da3d2b2644c2700050c76657d003878ed58.tar.gz
ampache-534f9da3d2b2644c2700050c76657d003878ed58.tar.bz2
ampache-534f9da3d2b2644c2700050c76657d003878ed58.zip
fixed rating system if using non-flash
Diffstat (limited to 'templates/header.inc')
-rw-r--r--templates/header.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.inc b/templates/header.inc
index 635330d8..d69cee63 100644
--- a/templates/header.inc
+++ b/templates/header.inc
@@ -45,7 +45,7 @@ $location = get_location();
</div>
<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']->username; ?></b>
+ <b><?php echo _("You are currently logged in as") . " " . $GLOBALS['user']->fullname; ?></b>
<br />
<?php echo _("Browse"); ?>:
<form method="post" action="<?php echo conf('web_path'); ?>/browse.php" enctype="multipart/form-data" style="Display:inline;">