Your IP : 216.73.216.209


Current Path : /home/megadansyp/www/components/com_fwgallery/layouts/common/pagination/
Upload File :
Current File : /home/megadansyp/www/components/com_fwgallery/layouts/common/pagination/link.php

<?php
/**
 * @package     Joomla.Site
 * @subpackage  Layout
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('JPATH_BASE') or die;

/** @var JPaginationObject $item */
$item = $displayData['data'];
?>
	<a href="<?php if ($item->link) { echo esc_attr($item->link); } else { ?>javascript:<?php } ?>" class="btn btn-secondary<?php if ($item->active) { ?> active<?php } ?>"><?php echo esc_html($item->text); ?></a>