The code for the block is:
<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
?>
<?php if ($this->checkSpotlight('spotlight-2', 'position-5, position-6, position-7, position-8')) : ?>
<div class="container t3-sl t3-sl-2">
<?php
$this->spotlight ('spotlight-2', 'position-5, position-6, position-7, position-8')
?>
<jdoc:include type="component"/>
</div>
<?php endif ?>
Thanks in advance.