From ddf23c774a287ace9adc8ec9cf7ea903bb091d3f Mon Sep 17 00:00:00 2001 From: lsces Date: Sun, 5 Apr 2026 15:36:15 +0100 Subject: Silly missing .php on the logout link --- templates/top_bar.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' )}
  • {tr}Preferences{/tr}
  • {/if} -
  • {tr}Logout{/tr}
  • +
  • {tr}Logout{/tr}
  • {if $adminMenu} {/if} -- cgit v1.3