Add the project path missing for a link in the enhanced theme';

This commit is contained in:
Mark Crane
2014-07-14 18:11:30 +00:00
parent f6eda4329e
commit fed1109e03

View File

@@ -969,7 +969,7 @@ legend {
if ($_SESSION['username'] != '') {
echo "<span style='white-space: nowrap;'>";
echo " <span style='color: black; font-size: 10px; font-weight: bold;'>".$text['theme-label-user']."</span>&nbsp;";
echo " <a href='/core/user_settings/user_dashboard.php'>";
echo " <a href='".PROJECT_PATH."/core/user_settings/user_dashboard.php'>";
echo $_SESSION['username'];
if (count($_SESSION['domains']) > 1) {
echo "@".$_SESSION["user_context"];