Created
June 6, 2013 03:21
-
-
Save sarath-c-sandwich/5719089 to your computer and use it in GitHub Desktop.
my_joomla_project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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-1', 'position-1, position-2, position-3, position-4')) : ?> | |
<!-- SPOTLIGHT 1 --> | |
<section class="Container"> | |
<?php | |
$this->spotlight ('spotlight-1', 'position-1, position-2, position-3, position-4') | |
?> | |
</section> | |
<!-- //SPOTLIGHT 1 --> | |
<?php endif ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment