* Add Events Menu *}
{if jrCore_module_is_active('jrEvent')}
<li{if isset($_post.module) && $_post.module == 'jrEvent'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrEvent"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="28" default="Events"}</a></li>
{/if}
To do the same for Blogs I am assuming just replace every instance of jrEvent with jrBlog. But - what's the skin id for blog? Is there a canonical list of these somewhere? I searched for jrCore_active_skin in the documentation and didn't find the answer I was looking for.
And just because it's bugging me ... how come the opening <li isn't closed? I took a look at all the menu items within the Site Builder if statement and none of them are closed. Where's the closing >?
updated by @claygordon: 02/06/15 09:49:48AM