<position>top3-a</position>
<position>top3-b</position>
<position>top3-c</position>
<position>top3-d</position>
<position>top3-e</position>
<position>top3-f</position>
<position>top2-a</position>
<position>top2-b</position>
<position>top2-c</position>
<position>top2-d</position>
<position>top2-e</position>
<position>top2-f</position>
<position>top1-a</position>
<position>top1-b</position>
<position>top1-c</position>
<position>top1-d</position>
<position>top1-e</position>
<position>top1-f</position>
<position>top-a</position>
<position>top-b</position>
<position>top-c</position>
<position>top-d</position>
<position>top-e</position>
<position>top-f</position>
<position>top3-a</position>
<position>top3-b</position>
<position>top3-c</position>
<position>top3-d</position>
<position>top3-e</position>
<position>top3-f</position>
<position>top2-a</position>
<position>top2-b</position>
<position>top2-c</position>
<position>top2-d</position>
<position>top2-e</position>
<position>top2-f</position>
<position>top1-a</position>
<position>top1-b</position>
<position>top1-c</position>
<position>top1-d</position>
<position>top1-e</position>
<position>top1-f</position>
<position>top-a</position>
<position>top-b</position>
<position>top-c</position>
<position>top-d</position>
<position>top-e</position>
<position>top-f</position>
<param name="topPosition3" type="positions" default="5,7" label="TOP_POS" description="POS_DESC">
<schemas>1,2,3,4,5,6</schemas>
<words>2,3,4,5,6,7,8,9,10</words>
</param>
<param name="topPosition2" type="positions" default="5,7" label="TOP_POS" description="POS_DESC">
<schemas>1,2,3,4,5,6</schemas>
<words>2,3,4,5,6,7,8,9,10</words>
</param>
<param name="topPosition1" type="positions" default="5,7" label="TOP_POS" description="POS_DESC">
<schemas>1,2,3,4,5,6</schemas>
<words>2,3,4,5,6,7,8,9,10</words>
</param>
<param name="topPosition" type="positions" default="5,7" label="TOP_POS" description="POS_DESC">
<schemas>1,2,3,4,5,6</schemas>
<words>2,3,4,5,6,7,8,9,10</words>
</param>
<?php /** Begin Top3 **/ if ($gantry->countModules('top3')) : ?>
<div id="rt-top">
<?php echo $gantry->displayModules('top3','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** End Top3 **/ endif; ?>
<?php /** Begin Top2 **/ if ($gantry->countModules('top2')) : ?>
<div id="rt-top">
<?php echo $gantry->displayModules('top2','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** End Top2 **/ endif; ?>
<?php /** Begin Top1 **/ if ($gantry->countModules('top1')) : ?>
<div id="rt-top">
<?php echo $gantry->displayModules('top1','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** End Top1 **/ endif; ?>
<?php /** Begin Top **/ if ($gantry->countModules('top')) : ?>
<div id="rt-top">
<?php echo $gantry->displayModules('top','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** End Top **/ endif; ?>
<?php /** Begin Top3 **/ if ($gantry->countModules('top3')) : ?>
<div id="rt-top3">
<?php echo $gantry->displayModules('top3','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** End Top3 **/ endif; ?>
<?php /** Begin Top2 **/ if ($gantry->countModules('top2')) : ?>
<div id="rt-top2">
<?php echo $gantry->displayModules('top2','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** End Top2 **/ endif; ?>
<?php /** Begin Top1 **/ if ($gantry->countModules('top1')) : ?>
<div id="rt-top1">
<?php echo $gantry->displayModules('top1','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** End Top1 **/ endif; ?>
<?php /** Begin Top **/ if ($gantry->countModules('top')) : ?>
<div id="rt-top">
<?php echo $gantry->displayModules('top','standard','standard'); ?>
<div class="clear"></div>
</div>
<?php /** End Top **/ endif; ?>
Time to create page: 0.053 seconds