Browse Source

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

Mark Crane 11 years ago
parent
commit
42c9079b57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/enhanced/template.php

+ 1 - 1
themes/enhanced/template.php

@@ -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"];