ソースを参照

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

Mark Crane 11 年 前
コミット
42c9079b57
1 ファイル変更1 行追加1 行削除
  1. 1 1
      themes/enhanced/template.php

+ 1 - 1
themes/enhanced/template.php

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