mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Improve the last commit again :3
This commit is contained in:
parent
9826296256
commit
9785ae1c9b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
<a href="{$comment->getUser()->getURL()}">
|
||||
<span class="nobold">
|
||||
{var lastName = $comment->getUser()->getLastName()}
|
||||
{if empty($lastName) || $lastName == " "}
|
||||
{if empty(trim($lastName))}
|
||||
({$comment->getUser()->getFirstName()})
|
||||
{else}
|
||||
({$comment->getUser()->getFirstName()} {iconv_substr($lastName, 0, 1)}.)
|
||||
|
|
Loading…
Reference in a new issue