Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_rsticketspro/helpers/adapters/3.0/grid.php
Назад
<?php /** * @package RSTickets! Pro * * @copyright (c) 2010 - 2016 RSJoomla! * @link https://www.rsjoomla.com * @license GNU General Public License http://www.gnu.org/licenses/gpl-3.0.en.html */ defined('_JEXEC') or die('Restricted access'); abstract class RsticketsproAdapterGrid { public static function row() { return 'row-fluid'; } public static function column($size) { return 'span' . (int) $size; } public static function sidebar() { return '<div id="j-sidebar-container" class="' . static::column(2) . '">' . JHtmlSidebar::render() . '</div>' . '<div id="j-main-container" class="' . static::column(10) . '">'; } public static function inputAppend($input, $append) { return '<div class="input-append">' . $input . '<span class="add-on">' . $append . '</span>' . '</div>'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка