diff --git a/APPL/FAC/header.inc b/APPL/FAC/header.inc index 876c9aeef1..86e6f48c2b 100644 --- a/APPL/FAC/header.inc +++ b/APPL/FAC/header.inc @@ -44,6 +44,8 @@ function generateHeader() -
<% - if (user_key != -1) { - %>
<%=L("lcl_loggedin_as") + ''+ safe.html(user.naam())+'' + (user.alg_locatie_key({withcurrent:true})>-1 ? L("lcl_mobile_currentpos")+(new Locatie(user.alg_locatie_key({withcurrent:true})).locatie_string()) : "") %>
<% - } +
+
<%=L("lcl_loggedin_as") + ''+ safe.html(user.naam())+'' + (user.alg_locatie_key({withcurrent:true})>-1 ? L("lcl_mobile_currentpos")+(new Locatie(user.alg_locatie_key({withcurrent:true})).locatie_string()) : "") %>
+ <% if (S("language_toggles").length > 1) { %>
<%