Yeah, there is an issue in the jrNova footer.tpl file.
Open that file and find this:
{if jrCore_module_is_active('jrCustomForm')}
<a href="{$jamroom_url}/form/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
{else}
<a href="{$jamroom_url}/form/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
{/if}
and change it to this:
{if jrCore_module_is_active('jrCustomForm')}
<a href="{$jamroom_url}/form/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
{else}
<a href="{$jamroom_url}/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="68" default="Contact Us"}</a>
{/if}
I'll get that update for the next Nova release.
Thanks,
Douglas
--
Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos