Пример #1
0
/**
 * Smarty page modifier plugin
 *
 * Type:     modifier<br>
 * Name:     gender<br>
 * Date:     Nov 7th, 2008
 * Purpose:  get size of picture
 * Example:  {$url|psize:0}
 * @version 1.0
 * @param 	(string)	$gender| 性别
 * @return 	(string)	返回指定性别
 */
function smarty_modifier_gender($type)
{
    return LMUser::GetGenderNameByType($type);
}
Пример #2
0
/**
 * Smarty page modifier plugin
 *
 * Type:     modifier<br>
 * Name:     ta<br>
 * Date:     Nov 7th, 2008
 * Purpose:  get size of picture
 * Example:  {$url|psize:0}
 * @version 1.0
 * @param 	(string)	$type | 性别
 * @return 	(string)	返回指定称谓
 */
function smarty_modifier_ta($type)
{
    return LMUser::GetTaNameByType($type);
}