Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/SocialProfile/SystemGifts/includes/EchoUserSystemGiftPresentationModel.php
Ðазад
<?php /** * Formatter for award notifications ('social-award') */ class EchoUserSystemGiftPresentationModel extends EchoEventPresentationModel { public function getIconType() { return 'social-award'; } public function getHeaderMessage() { if ( $this->isBundled() ) { return $this->msg( 'notification-social-award-rec-bundle', $this->getBundleCount() ); } else { return $this->msg( 'notification-social-award-rec', $this->event->getExtraParam( 'giftname' ) ); } } public function getBodyMessage() { return false; } public function getPrimaryLink() { return [ 'url' => SpecialPage::getTitleFor( 'ViewSystemGift' )->getLocalURL( [ 'gift_id' => $this->event->getExtraParam( 'giftid' ) ] ), 'label' => $this->msg( 'echo-learn-more' )->text() ]; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка