summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-05-08 14:03:47 +0100
committerlsces <lester@lsces.co.uk>2026-05-08 14:03:47 +0100
commit542c9c29c395a17d48c9e0801446c219dbf347f7 (patch)
tree4628d76c3c6b0e41c88cb03accd1a27f40f727d3
parent2f9b622c2dacb2f90e73a1bad27f7f7efbf594f5 (diff)
downloadkernel-542c9c29c395a17d48c9e0801446c219dbf347f7.tar.gz
kernel-542c9c29c395a17d48c9e0801446c219dbf347f7.tar.bz2
kernel-542c9c29c395a17d48c9e0801446c219dbf347f7.zip
Missing .php from links
-rwxr-xr-xtemplates/top_bar.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/top_bar.tpl b/templates/top_bar.tpl
index 42b3ca3..6e02e24 100755
--- a/templates/top_bar.tpl
+++ b/templates/top_bar.tpl
@@ -37,9 +37,9 @@
<a class="dropdown-toggle" id="dLabel" role="button" data-toggle="dropdown" data-target="#"><i class="icon-user"></i> {displayname hash=$gBitUser->mInfo nolink=1} <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="{$gBitUser->getDisplayUrl()}">{tr}My Profile{/tr}</a></li>
- <li><a href="{$smarty.const.USERS_PKG_URL}my">{tr}Dashboard{/tr}</a></li>
+ <li><a href="{$smarty.const.USERS_PKG_URL}my.php">{tr}Dashboard{/tr}</a></li>
{if $gBitSystem->isFeatureActive( 'users_preferences' )}
- <li><a class="item" href="{$smarty.const.USERS_PKG_URL}preferences">{tr}Preferences{/tr}</a></li>
+ <li><a class="item" href="{$smarty.const.USERS_PKG_URL}preferences.php">{tr}Preferences{/tr}</a></li>
{/if}
<li><a href="{$smarty.const.USERS_PKG_URL}logout.php">{tr}Logout{/tr}</a></li>
{if $adminMenu}