Exemple #1
0
    // entry-related comment print
    list($entries, $paging) = getEntryWithPaging($blogid, $suri['id']);
    $entry = $entries ? $entries[0] : null;
    ?>
<div id="comment_<?php 
    echo $entry['id'] . "_" . time();
    ?>
" title="<?php 
    echo _text('댓글');
    ?>
 : <?php 
    echo htmlspecialchars($entry['title']);
    ?>
" selected="false">
<?php 
    printMobileCommentView($entry['id']);
    printMobileNavigation($entry, false, true);
    ?>
	</fieldset>
</div>
<?php 
} else {
    // All comments
    ?>
<div id="comment_<?php 
    echo time();
    ?>
" title="<?php 
    echo _text('최근 댓글');
    ?>
" selected="false">
Exemple #2
0
function printMobileRecentCommentView($page)
{
    return printMobileCommentView(1, $page, 'recent');
}