mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add the project path missing for a link in the enhanced theme';
This commit is contained in:
@@ -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> ";
|
||||
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"];
|
||||
|
||||
Reference in New Issue
Block a user