contact us tpl media pro
Installation and Configuration
This doesn't have to do with the contact us template, I believe it is a different issue, can you create a new thread for this issue?
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>
{elseif jrCore_module_is_active('jrPrivateNote')}
| <a href="{$jamroom_url}/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
{/if}
{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>
{elseif jrCore_module_is_active('jrPrivateNote')}
| <a href="{$jamroom_url}/note/new">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
{/if}