Файл: wboard/source/system/view/__helper_display_posts_item.php
Строк: 13
<!-- Display Post -->
<table class="post" id="<?= $id ?>"<?= $op ? ' style="width: 98%"' : '' ?>>
<?= !empty($theme) ? '<h1>' . $theme . '</h1>' : '' ?>
<a class="a_button" href="javascript:insert_bb('>><?= $id ?>rn', '')">№<?= $id ?></a>
<?= $name ?> (<?= $time ?>)
<?php if (isset($delete) && isset($user_data)): ?>
<?= '[' . $delete . ']<br /><small><i>' . $user_data . '</i></small>' ?>
<?php endif; ?>
<?= isset($image) ? '<br /><div style="float:left;">' . $image['src'] . '<br /><span class="img_post">' . $image['info'] . '</span></div>' : '<br />' ?>
<?= $text ?>
<div style="clear: both;"></div>
<?= !empty($answers) ? '<div>' . $this->lng->answers . ': ' . $answers . '</div>' : '' ?>
</table>