I'm not sure, but maaaaaybe it's in this part:
{if jrCore_module_is_active('jrSiteBuilder')}
{* User menu entries *}
{jrSiteBuilder_menu}
{else}
<li{if isset($selected) && $selected == 'home'} class="menu_active"{/if}><a href="{$jamroom_url}">{jrCore_lang skin=$_conf.jrCore_active_skin id="1" default="Home"}</a></li>
{if jrCore_module_is_active('jrForum') && strlen($_conf.jrNingja_forum_profile) > 0}
<li{if isset($_post.option) && $_post.option == 'forum' && $_post._profile_id == '1'} class="menu_active"{/if}><a href="{$_conf.jrNingja_forum_profile}">{jrCore_lang skin=$_conf.jrCore_active_skin id="47" default="Forum"}</a></li>
{/if}
{if jrCore_module_is_active('jrGallery')}
<li{if isset($_post.module) && $_post.module == 'jrGallery'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrGallery"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="36" default="Images"}</a></li>
{/if}
thanks for checking. Wish I knew better how to find the syntax error, but I do know it's in my header_menu_desktop.tpl when I try to apply the new ningja update sections i want. =:-*
I also made copies of the new search and cart and menu icons from the new Ningja updated, and copied them into my server custom skin's Images folder, so now they work as well. Gotta bring over any images used in the new code updates.

--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
updated by @strumelia: 05/22/15 05:05:54PM