Hi
I am using the 3 column JA Spica. Brill 🙂
I need to add 2 columns (modules) in the middle at the top, between the left menu and right menu.
I have copied the CONTENT SPOTLIGHT – where do I need to put it?
[PHP]<!– BEGIN: COPY CONTENT SPOTLIGHT –>
<?php if ( mosCountModules( ‘user5’) || mosCountModules( ‘user6’) ) { ?>
<div class=”clr”></div>
<div style=”position: relative; margin-top: 10px;” class=”clearfix”>
<?php if ( mosCountModules( ‘user5’) ) { ?>
<div id=”ja-spotlight-1″ style=”width: <?php echo $divwidth ?>; float: left;”>
<?php mosLoadModules(‘user5’,-2); ?>
</div>
<?php }
if ( mosCountModules( ‘user6’) ) { ?>
<div id=”ja-spotlight-2″ style=”width: <?php echo $divwidth ?>; float: right;”>
<?php mosLoadModules(‘user6’,-2); ?>
</div>
<?php } ?>
</div>
<?php } ?>
<!– END: COPY CONTENT SPOTLIGHT –>[/PHP]
Many thanks,
Dave