{jrCore_include template="meta.tpl"}
<body>
{jrCore_include template="meta.tpl"}
{$allowed = array('/welcome', '/user/login', '/user/signup', '/user/forgot')}
{if !jrUser_is_logged_in() && !in_array($_post._uri, $allowed)}
{jrCore_location("{$jamroom_url}/welcome")}
{/if}
<body>