Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/components/com_fabrik/views/list/tmpl/bootstrap/custom_css_example.php
Назад
<?php /** * Fabrik List Template: Default Custom CSS * * @package Joomla * @subpackage Fabrik * @copyright Copyright (C) 2005-2020 Media A-Team, Inc. - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html */ /** * If you need to make small adjustments or additions to the CSS for a Fabrik * list template, you can create a custom_css.php file, which will be loaded after * the main template_css.php for the template. * * This file will be invoked as a PHP file, so the list ID * can be used in order to narrow the scope of any style changes. You do * this by prepending #listform_$c to any selectors you use. This will become * (say) #listform_12, owhich will be the HTML ID of your list on the page. * * See examples below, which you should remove if you copy this file. * * Don't edit anything outside of the BEGIN and END comments. * * For more on custom CSS, see the Wiki at: * * http://www.fabrikar.com/forums/index.php?wiki/form-and-details-templates/#the-custom-css-file * * NOTE - for backward compatibility with Fabrik 2.1, and in case you * just prefer a simpler CSS file, without the added PHP parsing that * allows you to be be more specific in your selectors, we will also include * a custom.css we find in the same location as this file. * */ header('Content-type: text/css'); $c = $_REQUEST['c']; echo <<<EOT /* BEGIN - Your CSS styling starts here */ #listform_$c { margin-top: 25px !important; } /* END - Your CSS styling ends here */ EOT;
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка