xe_default 엮인글/ 댓글 표시 부분 로직 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4844 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-12 04:18:13 +00:00
parent a646e771cf
commit cb356feb91
2 changed files with 53 additions and 50 deletions

View file

@ -1,4 +1,4 @@
<!--@if($oDocument->getCommentCount())--> <!--@if($oDocument->getTrackbackCount())-->
<div class="feedbackList" id="trackback"> <div class="feedbackList" id="trackback">
<h3 class="feedbackHeader"> <h3 class="feedbackHeader">

View file

@ -148,6 +148,7 @@
<!--@if($oDocument->allowTrackback())--> <!--@if($oDocument->allowTrackback())-->
<!--#include("./trackback.html")--> <!--#include("./trackback.html")-->
<!--@end--> <!--@end-->
<!--@if($oDocument->allowComment())-->
<a name="comment"></a> <a name="comment"></a>
<!--#include("./comment.html")--> <!--#include("./comment.html")-->
@ -204,3 +205,5 @@
</form> </form>
<!--@end--> <!--@end-->
<!--@end-->