Mogul Skin Side Menu Issue
Design and Skin Customization
Am seeing this as well and will get it fixed up.
In the short term, add this code at line 12 of the menu_side.tpl template, between the 'User menu entries' and 'Cart' blocks.
{if !jrUser_is_logged_in()}
{jrCore_module_url module="jrUser" assign="uurl"}
{if $_conf.jrCore_maintenance_mode != 'on' && $_conf.jrUser_signup_on == 'on'}
<li><a href="{$jamroom_url}/{$uurl}/signup">
{jrCore_lang skin="jrMogul" id="50" default="Sign Up"}
</a></li>
{/if}
<li><a href="{$jamroom_url}/{$uurl}/login">
{jrCore_lang skin="jrMogul" id="49" default="Login"}
</a></li>
{/if}
Thanks for letting us know.