- 帖子: 366
- 收到的致谢 9
<?php if (isset ($this->article->toc)) :
echo $this->article->toc;
endif; ?>
<?php echo JFilterOutput::ampReplace($this->article->text); ?>
<div class="textmain">
<?php if (isset ($this->article->toc)) :
echo $this->article->toc;
endif; ?>
<?php echo JFilterOutput::ampReplace($this->article->text); ?>
</div>
.textmain p{text-indent:24px;}