Site Builder Menu
Installation and Configuration
That module belongs to the site builder bundle and only works with the other modules and skin from that bundle. I don't believe it will work with any skin other than the jrSlate skin.
Hope this helps!
{jrCore_include template="header.tpl"}
{* BEGIN CONTAINER *}
<div class="container">
{* BEGIN ROW *}
<div class="row">
{* BEGIN LEFT SIDE *}
<div class="col3">
{* Left Side Block *}
<div class="block">
<div class="title">
<h2>Title Here</h2>
</div>
<div class="block_content">
<div class="item">
jrCore_list function here to show a list of items.
</div>
</div>
</div>
</div>
{* END OF LEFT SIDE *}
{* BEGIN CENTER SECTION *}
<div class="col6">
<div class="title">
<h2>Title Here</h2>
</div>
<div class="block_content">
<div class="item">
jrCore_list function here to show a list of items.
</div>
</div>
</div>
{* END CENTER SECTION *}
{* BEGIN RIGHT SIDE *}
<div class="col3 last">
{* Left Side Block *}
<div class="block">
<div class="title">
<h2>Title Here</h2>
</div>
<div class="block_content">
<div class="item">
jrCore_list function here to show a list of items.
</div>
</div>
</div>
</div>
{* END RIGHT SIDE *}
</div>
{* END ROW *}
</div>
{* END CONTAINER *}
{jrCore_include template="footer.tpl"}
{if isset($profile_cover_image_size) && strlen($profile_cover_image_size) > 0}
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_cover_image" item_id=$_profile_id size="xlarge" class="img_scale" alt=$profile_name title=$hover width=false height=false}{else}
Something else here...
{/if}
{debug}