File manager - Edit - /home/opticamezl/www/newok/mod_title.tar
Back
index.html 0000604 00000000037 15173271454 0006546 0 ustar 00 <!DOCTYPE html><title></title> mod_title.php 0000644 00000000754 15173271454 0007254 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage mod_title * * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Helper\ModuleHelper; // Get the component title div if (isset($app->JComponentTitle)) { $title = $app->JComponentTitle; } require ModuleHelper::getLayoutPath('mod_title', $params->get('layout', 'default')); mod_title.xml 0000644 00000002324 15173271454 0007260 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <extension type="module" client="administrator" method="upgrade"> <name>mod_title</name> <author>Joomla! Project</author> <creationDate>2005-11</creationDate> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>3.0.0</version> <description>MOD_TITLE_XML_DESCRIPTION</description> <files> <filename module="mod_title">mod_title.php</filename> <folder>tmpl</folder> </files> <languages> <language tag="en-GB">language/en-GB/mod_title.ini</language> <language tag="en-GB">language/en-GB/mod_title.sys.ini</language> </languages> <help key="Admin_Modules:_Title" /> <config> <fields name="params"> <fieldset name="advanced"> <field name="layout" type="modulelayout" label="JFIELD_ALT_LAYOUT_LABEL" class="form-select" validate="moduleLayout" /> <field name="moduleclass_sfx" type="textarea" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" rows="3" validate="CssIdentifier" /> </fieldset> </fields> </config> </extension> tmpl/index.html 0000604 00000000037 15173271454 0007522 0 ustar 00 <!DOCTYPE html><title></title> tmpl/default.php 0000644 00000000663 15173271454 0007673 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage mod_title * * @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <?php if (!empty($title)) : ?> <div class="d-flex align-items-center"> <div class="container-title"> <?php echo $title; ?> </div> </div> <?php endif; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings