Файловый менеджер - Редактировать - /var/www/html/components/com_community/templates/jomsocial/layouts/module/stack.php
Ðазад
<?php /** * @copyright (C) 2015 iJoomla, Inc. - All rights reserved. * @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html) * @author iJoomla.com <webmaster@ijoomla.com> * @url https://www.jomsocial.com/license-agreement * The PHP code portions are distributed under the GPL license. If not otherwise stated, all images, manuals, cascading style sheets, and included JavaScript *are NOT GPL, and are released under the IJOOMLA Proprietary Use License v1.0 * More info at https://www.jomsocial.com/license-agreement */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die(); $i = 0; ?> <?php foreach ($modules as $module) { // get module sufix $params = new CParameter($module->params); $moduleclass_sfx = $params->get('moduleclass_sfx', ''); ?> <div class="joms-module--stacked <?php echo $moduleclass_sfx; ?>"> <?php if ($module->showtitle) { ?> <div id="<?php echo $module->id; ?>" class="joms-module__header"> <?php echo $module->title; ?> </div> <?php } ?> <div id="joms-app--<?php echo $module->id ?>" class="joms-module__body"> <?php // If style attributes are not given or set, we enforce it to use the xhtml style // so the title will display correctly. if (!isset($attribs['style'])) { $attribs['style'] = 'none'; } //customize the first div of the container to have joms-module and borderless class //$modHtml = preg_replace('/<div>/', '<div class="joms-module borderless">', JModuleHelper::renderModule($module, $attribs), 1); $modHtml = '<div class="joms-module">'.JModuleHelper::renderModule($module, $attribs).'</div>'; echo $modHtml; ?> </div> </div> <?php } ?>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка