Page not found
Tips and Tricks
Without seeing the code in the .tpl file, we would just be guessing at what the issue might be.
Do you have a link to the page, what skin are you using and can you show us the code used in the .tpl file?
Thanks!
{if jrCore_module_is_active('jrCustomForm')}
| <a href="{$jamroom_url}/form/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
{else}
{capture name="footer_contact" assign="footer_contact_row"}
{literal}
{if isset($_items)}
{foreach from=$_items item="item"}
| <a href="mailto:{$item.user_email}?subject={$_conf.jrCore_system_name} Contact">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
{/foreach}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrUser" limit="1" profile_id="1" template=$footer_contact_row}
{/if}