- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
ممكن شرح اضافه العبارات الجاهزة المختصرة فوق الرد السريع
-
-
[مجابه] ممكن شرح اضافه العبارات الجاهزة المختصرة فوق الرد السريع29-01-2013 02:23 مساءً
الساعة الآن 01:17 PM
{if !empty({$MemberInfo['user_country']})}
<tr>
<td class="row1" width="20%">{$lang['user_country']} :
{$MemberInfo['user_country']}
</td>
</tr>{/if}
{if {$ReplierInfo['user_country']} != ''}
<div class="writer_info" align="right">
{$lang['user_country']} :
{$ReplierInfo['user_country']}
</div>
{/if}
<tr>
<td class="row1">
{$lang['user_country']}
</td>
<td class="row1" width="60%">
<input name="country" type="text" value="{$_CONF['rows']['member_row']['user_country']}" />
</td>
</tr>