Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_komento/themes/default/pagination/default.php
Ðазад
<?php /** * @package Komento * @copyright Copyright (C) 2010 - 2016 Stack Ideas Sdn Bhd. All rights reserved. * @license GNU/GPL, see LICENSE.php * Komento is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ defined('_JEXEC') or die('Unauthorized Access'); ?> <div class="t-text--center" data-kt-table-pagination> <ul class="o-pagination"> <?php if ($data->previous) { ?> <li class="<?php echo !$data->previous->link ? ' disabled' : '';?>" data-kt-pagination-link data-limitstart="<?php echo $data->previous->base;?>"> <a href="javascript:void(0);" class="previousItem">«</a> </li> <?php } ?> <?php foreach ($data->pages as $page) { ?> <li class="<?php echo !$page->link ? ' active' : '';?>" data-kt-pagination-link data-limitstart="<?php echo $page->base ? $page->base : 0;?>"> <a href="javascript:void(0);" class="pageItem"><?php echo $page->text;?></a> </li> <?php } ?> <?php if ($data->next) { ?> <li class="<?php echo !$data->next->link ? ' disabled' :'';?>" data-kt-pagination-link data-limitstart="<?php echo $data->next->base;?>"> <a href="javascript:void(0);" class="nextItem">»</a> </li> <?php } ?> </ul> <input id="limitstart" name="limitstart" value="<?php echo $pagination->limitstart;?>" type="hidden" data-kt-limitstart-value /> </div>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка