diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-26 17:44:08 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-26 17:44:08 +0000 |
| commit | 92a93aad08740b62f876938919d38006592216c4 (patch) | |
| tree | 712dd4e539e40b9cb7d62b610430e31ffc29b578 /modules | |
| parent | 3b8203e2ee9beb5c9c9171b63b44b0c4fac921c8 (diff) | |
| download | kernel-92a93aad08740b62f876938919d38006592216c4.tar.gz kernel-92a93aad08740b62f876938919d38006592216c4.tar.bz2 kernel-92a93aad08740b62f876938919d38006592216c4.zip | |
Smarty style changes
Diffstat (limited to 'modules')
| -rwxr-xr-x | modules/mod_application_menu.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_application_menu.tpl b/modules/mod_application_menu.tpl index 5198fdf..e53288d 100755 --- a/modules/mod_application_menu.tpl +++ b/modules/mod_application_menu.tpl @@ -50,7 +50,7 @@ {/foreach} {* =========================== User menu =========================== *} - {if $gBitSystem->isFeatureActive( 'feature_usermenu' ) && $usr_user_menus} + {if $gBitSystem->isFeatureActive( 'feature_usermenu' ) and $usr_user_menus} <li> {if $gBitSystem->isFeatureActive( 'feature_cssmenus' )} {if $menu.title|escape} |
