mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
블로그/게시판의 기본 스킨에 작성자(글,댓글)가 비회원일 경우 홈페이지 링크 적용
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2719 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6e3c2b4fb4
commit
c922dc5b20
12 changed files with 121 additions and 27 deletions
|
|
@ -25,7 +25,17 @@
|
|||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<div class="author"><div class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div></div>
|
||||
<div class="author">
|
||||
<!--@if(!$val->member_srl)-->
|
||||
<!--@if($val->homepage)-->
|
||||
<a href="{$val->homepage}" onclick="window.open(this.href);return false;">{htmlspecialchars($val->nick_name)}</a>
|
||||
<!--@else-->
|
||||
{htmlspecialchars($val->nick_name)}
|
||||
<!--@end-->
|
||||
<!--@else-->
|
||||
<div class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<div class="replyContent">
|
||||
{$val->content}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue