| Current Path : /home/megadansyp/www/components/com_fwgallery/layouts/common/listing/ |
| Current File : /home/megadansyp/www/components/com_fwgallery/layouts/common/listing/categories.php |
<?php
/**
* FW Gallery 6.7.2
* @copyright (C) 2020 Fastw3b
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.fastw3b.net/ Official website
**/
defined('_JEXEC') or die('Restricted access');
$view = $displayData['view'];
$grid = $view->params->get('files_grid', 'standard');
?>
<div class="fwmg-galleries">
<div id="fwmg-grid" class="fwmg-grid-wrapper fwmg-grid-standard">
<?php echo fwgHelper::loadTemplate('listing.categories_list', $displayData); ?>
</div>
<?php echo fwgHelper::loadTemplate('listing.categories_footer', $displayData); ?>
</div>