Файловый менеджер - Редактировать - /var/www/html/components/com_community/templates/jomsocial/layouts/notification.unread.inbox.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(); ?> <?php if (count ($rows) > 0 ) { ?> <div class="cWindowNotification forMessage"> <ul class="cWindowStream forInbox cResetList"> <?php foreach ( $messages as $message ) : ?> <li id="noti-request-group-<?php echo $row->id; ?>"> <a href="<?php echo $message->profileLink; ?>" class="cStream-Avatar cFloat-L"> <img src="<?php echo $message->avatar; ?>" alt="<?php echo $this->escape( CStringHelper::ucfirst( $message->from_name ) ); ?>" class="cAvatar" /> </a> <div class="cStream-Content"> <div class="cStream-Headline"> <a class="subject" href="<?php echo CRoute::_('index.php?option=com_community&view=inbox&task=read&msgid='. $message->parent); ?>"> <?php echo $message->subject; ?> </a> </div> <div class="cStream-Actions clearfix small" id="noti-answer-friend-<?php echo $row->connection_id; ?>"> <span> <?php echo $this->escape( $message->from_name ); ?>, <?php $postdate = CTimeHelper::getDate($message->posted_on); echo $postdate->format( Text::_('DATE_FORMAT_LC2') ); ?> </span> </div> </div> </li> <?php endforeach; ?> </ul> </div> <?php } ?>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка