4 lines
184 B
PHP
4 lines
184 B
PHP
<div class='page-box-center'>
|
|
<h2><?php echo $this->data['item']->title ?></h2>
|
|
<?php echo nl2br(xml_nl_to_paragraph(xml_parse_bbcode((string)$this->data['item']->text))) ?>
|
|
</div>
|