diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 03:54:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 03:54:04 +0000 |
commit | 2799c89f58d389ac659c0bc414a86cb1454afd75 (patch) | |
tree | 16392f16aec13dafb97768f894312974d83e87f2 /templates/header.inc.php | |
parent | 059f6d4d5cde3a66b3c1a998ce123e7eb88e7a98 (diff) | |
download | ampache-2799c89f58d389ac659c0bc414a86cb1454afd75.tar.gz ampache-2799c89f58d389ac659c0bc414a86cb1454afd75.tar.bz2 ampache-2799c89f58d389ac659c0bc414a86cb1454afd75.zip |
add length to the video browse, put in some stuff for the now playing table up the config version in prep for another alpha
Diffstat (limited to 'templates/header.inc.php')
-rw-r--r-- | templates/header.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php index 230b266a..5fb07994 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -58,7 +58,7 @@ if (Config::get('use_rss')) { ?> <?php show_box_top('','box box_headerbox'); ?> <?php require_once Config::get('prefix') . '/templates/show_search_bar.inc.php'; ?> <?php require_once Config::get('prefix') . '/templates/show_playtype_switch.inc.php'; ?> - <span id="loginInfo"><?php echo $GLOBALS['user']->fullname; ?> [<a href="<?php echo Config::get('web_path'); ?>/logout.php"><?php echo _('Log out'); ?></a>]</span> + <span id="loginInfo"><a href="<?php echo Config::get('web_path'); ?>/preferences.php?tab=account"><?php echo $GLOBALS['user']->fullname; ?></a> [<a href="<?php echo Config::get('web_path'); ?>/logout.php"><?php echo _('Log out'); ?></a>]</span> <?php show_box_bottom(); ?> </div> <!-- End headerbox --> </div><!-- End header --> |