Sign up form
Design and Skin Customization
There isn't a template for the signup form, it is hard coded in the jrUser modules php files.
Can you let us know what your trying to accomplish?
Thanks!
{if jrUser_is_logged_in()}
Your tab code here...
{/if}
/* @title Head Inner Div */
/* @help This is the inner div for the site header */
.head_inner {
background-color:#949799;
padding:6px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px 4px 0 0;
box-shadow: 0 0 5px #111;
}
/* @title Head Inner Div */
/* @help This is the inner div for the site header */
.head_inner {
background:transparent url('{$jrNova_img_url}/headerbg.gif') no-repeat;
padding:6px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px 4px 0 0;
box-shadow: 0 0 5px #111;
}