From 2968ee5280a9cad190a62f777a21279557e60654 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 30 Mar 2024 12:16:00 -0400 Subject: rename views to _views --- web/_views/template/comment.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/_views/template/comment.php (limited to 'web/_views/template/comment.php') diff --git a/web/_views/template/comment.php b/web/_views/template/comment.php new file mode 100644 index 0000000..943f232 --- /dev/null +++ b/web/_views/template/comment.php @@ -0,0 +1,12 @@ + + +
+ view('template/pfp', array('user' => $user))?> +
+
+ main->display_name($user)?> + main->display_date($comment['date'])?> +
+ +
+
-- cgit v1.2.3-freya