로그인한 사용자의 포인트 현황을 출력하는 위젯 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-04-23 06:41:34 +00:00
parent f340619618
commit f742b03f73
8 changed files with 137 additions and 2 deletions

View file

@ -25,7 +25,12 @@
<caption>{nl2br($lang->about_widget_code_in_page)}</caption>
<tr>
<th scope="row">{$lang->widget}</th>
<td>{$widget_info->title} ver {$widget_info->version}</td>
<td>
{$widget_info->title} ver {$widget_info->version}
<!--@if($widget_info->author->description)-->
<div class="widget_description">{nl2br(trim($widget_info->author->description))}</div>
<!--@end-->
</td>
</tr>
<!--@if(count($skin_list))-->
<tr>