All Forum Links Are Not Working :: 404 errors
Ning To Jamroom
I don't see it:
<div id="menu_content">
<nav id="menu-wrap">
<ul id="menu">
{* Add in Cart link if jrFoxyCart module is installed *}
{if jrCore_module_is_active('jrFoxyCart') && strlen($_conf.jrFoxyCart_api_key) > 0}
<li>
{jrCore_lang skin=$_conf.jrCore_active_skin id="2" default="cart" assign="cart"}
<a href="{$_conf.jrFoxyCart_store_domain}/cart?cart=view">{jrCore_image image="cart24.png" width="24" height="24" alt=$cart}</a>
<span id="fc_minicart"><span id="fc_quantity"></span></span>
</li>
{/if}
And it was working in the morning on Sunday the 8th - so not sure why the errors on the 7th are not seen on the 8th.
updated by @claygordon: 02/09/15 10:04:54AM