mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added user birthday icon in profile
Добавляет иконку тортика в профиль. До этого иконка выводилась только в viewtopic, теперь же она добавляется в viewprofile Для универсальности написал отдельную функцию которая принимает в себя $user_birthday и $user_id.
This commit is contained in:
parent
ba643cf5c9
commit
e4e337942d
4 changed files with 21 additions and 5 deletions
|
@ -221,6 +221,7 @@ ajax.callback.gen_passkey = function(data){
|
|||
{RANK_IMAGE}
|
||||
<!-- ENDIF -->
|
||||
</p>
|
||||
<!-- IF BIRTHDAY_ICON --><div class="mrg_8">{BIRTHDAY_ICON}</div><!-- ENDIF -->
|
||||
<h4 class="cat border bw_TB" id="username">{L_CONTACT} <span class="editable bold">{USERNAME}</span></h4>
|
||||
|
||||
<div class="spacer_4"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue