xssbook2/web/views/template/comment.php

11 lines
330 B
PHP

<div class="comment row mt">
<?php $this->view('template/pfp', array('user' => $user))?>
<div class="ml col sub-card">
<div class="row">
<strong><?=$this->main->display_name($user)?></strong>
<span class="dim ml"><?=$this->main->display_date($comment['date'])?></span>
</div>
<?=$comment['content']?>
</div>
</div>