%PDF- %PDF-
| Direktori : /home1/lightco1/www/ilfanale.com.au/plugins/system/helix3/layouts/frontend/ |
| Current File : //home1/lightco1/www/ilfanale.com.au/plugins/system/helix3/layouts/frontend/conponentarea.php |
<?php
/**
* @package Helix
*
* @copyright Copyright (C) 2010 - 2016 JoomShaper. All rights reserved.
* @license GNU General Public License version 2 or later.
*/
defined('_JEXEC') or die('Restricted Access');
$data = $displayData;
$output ='';
$output .= '<div id="sp-component" class="' . $data->className . '">';
$output .= '<div class="sp-column ' . ($data->settings->custom_class) . '">';
$output .= '<jdoc:include type="message" />';
$output .= '<jdoc:include type="component" />';
$output .= '</div>';
$output .= '</div>';
echo $output;