When entering a forum the "last visit" is still visible, but "time" disappear. I want the time to always show

styles/super_mario/template/index_body.html
Code: Select all
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[ <a href="{U_MCP}">{L_MCP}</a> ]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->
styles/super_mario/template/overall_header.html
Code: Select all
<br />
<div id="inside">
Code: Select all
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[ <a href="{U_MCP}">{L_MCP}</a> ]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->