Aparna with Nova Skin
Installation and Configuration
Aparna creates 'datastore' modules so on the homepage you would need to use jrCore list, something like -
{capture name="row_template" assign="template"}
{literal}
{if isset($_items) && is_array($_items)}
{foreach from=$_items item="item"}
<div class="infobox">
{$botw_title}
</div>
{/foreach}
{/if}
{/literal}
{/capture}
{jrCore_list module="BandoftheWeekModule" … parameters to get the bow …. template=$template}
Pa