diff options
Diffstat (limited to '')
-rw-r--r-- | web/views/template/post.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/views/template/post.php b/web/views/template/post.php index d9c7c92..40a3c1d 100644 --- a/web/views/template/post.php +++ b/web/views/template/post.php @@ -1,3 +1,5 @@ +<?php /* Copyright (c) 2024 Freya Murphy */ ?> +<?php /* vi: syntax=php */ ?> <div class="post card"> <div class="row"> <?php $this->view('template/pfp', array('user' => $user))?> |