Файловый менеджер - Редактировать - /var/www/html/components/com_community/templates/jomsocial/layouts/frontpage.latestevents.php
Ðазад
<?php /** * @copyright (C) 2013 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 */ use Joomla\CMS\Language\Text; defined('_JEXEC') or die(); if( !empty( $events ) ) { ?> <h3 class="app-box-header"><?php if($config->get('eventfrontpagelist')) { echo Text::_('COM_COMMUNITY_EVENTS_UPCOMING'); } else { echo Text::_('COM_COMMUNITY_FEATURED_EVENTS'); } ?></h3> <div class="app-box-content"> <ul class="cThumbDetails cResetList"> <?php foreach( $events as $event ){ ?> <li <?php if(!empty($event->summary)): ?>class="jomNameTips" title="<?php echo $this->escape( $event->summary);?>" <?php endif; ?>> <b class="cThumb-Calendar cFloat-L"> <b><?php echo Text::_( CEventHelper::formatStartDate($event, 'M') ); ?></b> <b><?php echo Text::_( CEventHelper::formatStartDate($event, 'd') ); ?></b> </b> <div class="cThumb-Detail"> <a href="<?php echo $event->getLink();?>" class="cThumb-Title"><?php echo $this->escape( $event->title ); ?></a> <div class="cThumb-Location"> <?php echo $this->escape( $event->location );?> </div> <div class="cThumb-Members small"> <a href="<?php echo $event->getGuestLink( COMMUNITY_EVENT_STATUS_ATTEND );?>"> <?php echo Text::sprintf((CStringHelper::isPlural($event->confirmedcount)) ? 'COM_COMMUNITY_EVENTS_ATTANDEE_COUNT_MANY':'COM_COMMUNITY_EVENTS_ATTANDEE_COUNT', $event->confirmedcount);?> </a> </div> </div> </li> <?php } ?> </ul> </div> <div class="app-box-footer"> <a href="<?php echo CRoute::_('index.php?option=com_community&view=events'); ?>"><?php echo Text::_('COM_COMMUNITY_FRONTPAGE_VIEW_ALL_EVENTS'); ?></a> </div> <?php }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка