diff options
Diffstat (limited to 'web/views/template/comment.php')
-rw-r--r-- | web/views/template/comment.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/views/template/comment.php b/web/views/template/comment.php deleted file mode 100644 index 943f232..0000000 --- a/web/views/template/comment.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ ?> -<?php /* vi: syntax=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> |