mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
프로필 사진 보기를 옵션을 선택할 수 있게 개선
This commit is contained in:
parent
7464357ef5
commit
0d7be7efe0
4 changed files with 16 additions and 3 deletions
|
|
@ -29,7 +29,7 @@
|
|||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="nowr" cond="$profileImageConfig == 'Y'">{$lang->profile_image}</th>
|
||||
<th scope="col" class="nowr" cond="$profileImageConfig == 'Y' && $config->member_profile_view == 'Y'">{$lang->profile_image}</th>
|
||||
<th scope="col" class="nowr">{$lang->email}</th>
|
||||
<th scope="col" class="nowr" loop="$usedIdentifiers=>$name,$title">{$title}</th>
|
||||
<th scope="col" class="nowr">{$lang->status}</th>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<tbody>
|
||||
<tr loop="$member_list=>$no,$member_info">
|
||||
{@$member_info = get_object_vars($member_info)}
|
||||
<td class="nowr" cond="$profileImageConfig == 'Y'">
|
||||
<td class="nowr" cond="$profileImageConfig == 'Y' && $config->member_profile_view == 'Y'">
|
||||
<!--@if($member_info['profile_image'])-->
|
||||
<img src="{$member_info['profile_image']->src}" class="profile_img" />
|
||||
<!--@else-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue