4
Also the "Remember Me" checkbox is gone when using this theme.
Edit system_block_login.html
Path:
.../themes/xoops_thm_xt-tri-2/modules/system/blocks
This is the orginal code:
le="color: #000000"><?php <{if $block.rememberme }> <input type="checkbox" name="rememberme" value="On" /><{$block.lang_rememberme}><br /> <{/if}>
Change:
le="color: #000000"><?php <{if $block.rememberme }>
To:
le="color: #000000"><?php <{if isset($block.lang_rememberme) }>