コード例 #1
0
ファイル: default.php プロジェクト: rbista/Discussions-J1.6
echo "</div> ";
echo "</td>";
echo "</tr>";
echo "</table>";
echo "</form>";
// display recent x posts if task = reply or quote
if ($this->task == "reply" || $this->task == "quote") {
    if ($replyListLength > 0) {
        echo "<div class='cofiPostRecentX'>";
        echo "<div class='cofiPostRecentHeader'>";
        echo JText::_('COFI_REPLY_RECENT1');
        echo " " . $replyListLength . " ";
        echo JText::_('COFI_REPLY_RECENT2');
        echo "</div>";
        echo "<div class='cofiPostRecent'>";
        echo $CofiHelper->getReplyRecentListByThreadId($this->thread, $replyListLength);
        echo "</div>";
        echo "</div>";
    }
}
?>





<div class="cofiPostHelp">

    <div class="cofiTextFormatHeader">
    	<?php 
echo JText::_('COFI_FORMAT_YOUR_TEXT');