Функция nick() переехала в класс Nick.
This commit is contained in:
@@ -85,7 +85,7 @@ if ($_SESSION['receiverName']) {
|
||||
<div style="text-align: center;"><?php if (isset($statusMessage)) err($statusMessage); ?></div>
|
||||
<legend>Услуги почты платные: 1 кредит.</legend>
|
||||
<?php if ($_SESSION['receiverName']): ?>
|
||||
Получатель: <?= nick::id($receiverId)->full() ?>
|
||||
Получатель: <?= Nick::id($receiverId)->full() ?>
|
||||
<a href="?change">Сменить</a>
|
||||
<table width=100%>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user