Skip to content

Instantly share code, notes, and snippets.

@sarath-c-sandwich
Created June 6, 2013 03:21
Show Gist options
  • Save sarath-c-sandwich/5719089 to your computer and use it in GitHub Desktop.
Save sarath-c-sandwich/5719089 to your computer and use it in GitHub Desktop.
my_joomla_project
<?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