Adding a menu the main menu of Projam5 Light
Design and Skin Customization
Your welcome!
{jrCore_lang skin=$_conf.jrCore_active_skin id="47" default="Forum"}
{jrCore_lang module="jrForum" id="36" default="Forum"}
{jrCore_lang skin=$_conf.jrCore_active_skin id="10" default="Blog"}
{jrCore_lang module="jrFAQ" id="10" default="FAQ"}
/*
* jrAudio Dark Player CSS
*/
.jr_audio_dark_player div.jp-audio,
.jr_audio_dark_player div.jp-video {
font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
font-family:Verdana, Arial, sans-serif;
line-height:1.6;
color: #ccc;
background-color:#111;
position:relative;
border:2px solid #666;
margin:2px 1px 1px 1px;
padding:1px;
box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}
/* @title Image Outline Link */
/* @help This is the small outline around small images that are linked */
.iloutline {
border:1px solid #BBB;
vertical-align:middle;
margin:1px;
padding:1px;
}
{assign var="selected" value="community"} {* set selected variable to community to hightlight menu link when a user is on the community page *}
{jrCore_lang skin=$_conf.jrCore_active_skin id="26" default="community" assign="page_title"} {* assigns the page title to the varable page_title *}
{jrCore_page_title title=$page_title} {* Sets the page title to the variable set from the previous line *}