Full width Image on the home page
Using Jamroom
Sorry about that... the screen shot has been removed.
And your welcome!
<a name="sectionname" id="sectionname"></a>
<div>Section you want to scroll to.</div>
<a onclick="$('html, body').animate({ scrollTop: $('#sectionname').offset().top -10 }, 'slow');return false;">{jrCore_icon icon="down-arrow"}
</a>
{capture name="template" assign="stats_tpl"}
{literal}
{foreach $_stats as $title => $_stat}
<span class="normal">• {$title}: {$_stat.count}</span>
{/foreach}
{/literal}
{/capture}
{jrCore_stats template=$stats_tpl}