Переключение на новую функцию star_sign() и её новый вызов, удаление старой.
This commit is contained in:
2
inf.php
2
inf.php
@@ -64,7 +64,7 @@ if (empty($user->id)): ?>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td style="vertical-align: top; width: 100px; text-align: center;">
|
||||
<img src="i/zodiac/<?php /*echo star_sign(substr($user->borndate, 3, 2), substr($user->borndate, 0, 2));*/ echo star_sign($user->borndate); ?>.png" alt="Родовой знак">
|
||||
<img src="i/zodiac/<?= star_sign($user->borndate); ?>.png" alt="Родовой знак">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user