<?php if ($this->countModules('content-top')) : ?>
<!-- CONTENT TOP -->
<div class="content-top <?php $this->_c('content-top') ?>">
<jdoc:include type="modules" name="<?php $this->_p('content-top') ?>" style="raw" />
</div>
<!-- //CONTENT TOP -->
<?php endif ?>
Any help would be greatly appreciated.