mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1628 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3f649ab32a
commit
67572cebaf
39 changed files with 543 additions and 459 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!--@if($document->comment_list)-->
|
||||
<!--@if($oDocument->getCommentCount())-->
|
||||
<ul id="reply">
|
||||
|
||||
<!--@foreach($document->comment_list as $key => $val)-->
|
||||
<!--@foreach($oDocument->getComments() as $key => $val)-->
|
||||
|
||||
<li <!--@if($val->depth)-->class="reply"<!--@end-->>
|
||||
<!--@if($val->depth)-->
|
||||
|
|
@ -51,6 +51,6 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 댓글 입력 폼 -->
|
||||
<!--@if($grant->write_comment && $document->lock_comment == 'N')-->
|
||||
<!--@if($grant->write_comment && !$oDocument->isLocked())-->
|
||||
<!--#include("./comment_form.html")-->
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue