mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1071 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
193da4664b
commit
3a3c8a96a6
4 changed files with 10 additions and 2 deletions
|
|
@ -24,6 +24,12 @@
|
|||
<th>{$lang->writer}</th>
|
||||
<td><div class="member_{$val->member_srl}">{$val->nick_name}</div></td>
|
||||
</tr>
|
||||
<!--@if($val->homepage)-->
|
||||
<tr>
|
||||
<th>{$lang->homepage}</th>
|
||||
<td><a href="{$val->homepage}" onclick="winopen('{$val->homepage}'); return false;">{$val->homepage}</a></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th>{$lang->content}</th>
|
||||
<td height="100" valign="top">{nl2br($val->content)}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue