diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-05 15:36:15 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-05 15:36:15 +0100 |
| commit | ddf23c774a287ace9adc8ec9cf7ea903bb091d3f (patch) | |
| tree | 293285a14fa5d9c74e906b264683f25bd5b56297 | |
| parent | c66aa0b4a4fcdcc66fe467b2b484a6f506a269c2 (diff) | |
| download | kernel-ddf23c774a287ace9adc8ec9cf7ea903bb091d3f.tar.gz kernel-ddf23c774a287ace9adc8ec9cf7ea903bb091d3f.tar.bz2 kernel-ddf23c774a287ace9adc8ec9cf7ea903bb091d3f.zip | |
Silly missing .php on the logout link
| -rwxr-xr-x | templates/top_bar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/top_bar.tpl b/templates/top_bar.tpl index ea6e63c..42b3ca3 100755 --- a/templates/top_bar.tpl +++ b/templates/top_bar.tpl @@ -41,7 +41,7 @@ {if $gBitSystem->isFeatureActive( 'users_preferences' )} <li><a class="item" href="{$smarty.const.USERS_PKG_URL}preferences">{tr}Preferences{/tr}</a></li> {/if} - <li><a href="{$smarty.const.USERS_PKG_URL}logout">{tr}Logout{/tr}</a></li> + <li><a href="{$smarty.const.USERS_PKG_URL}logout.php">{tr}Logout{/tr}</a></li> {if $adminMenu} <li class="dropdown-submenu menu-admin">{include file="bitpackage:kernel/menu_top_admin_inc.tpl"}</li> {/if} |
