Exemple #1
0
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
defined('_JEXEC') or die;
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
JHtml::addIncludePath(T3_PATH . '/html/com_content');
JHtml::addIncludePath(dirname(dirname(__FILE__)));
JHtml::_('behavior.caption');
//register the helper class
JLoader::register('SugiteHelper', T3_TEMPLATE_PATH . '/templateHelper.php');
//template params
$tplparams = JFactory::getApplication()->getTemplate(true)->params;
//Load grid items
SugiteHelper::loadGridItems();
?>

<div class="ja-masonry-wrap">
 <?php 
if ($this->params->get('show_page_heading', 1)) {
    ?>
  <div class="page-header clearfix">
    <h1 class="page-title"> <?php 
    echo $this->escape($this->params->get('page_heading'));
    ?>
 </h1>
  </div>
  <?php 
}
?>