From 944b6b0526032ad8c1b4a2612d6723bec75e0e4c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 29 Mar 2024 22:29:56 -0400 Subject: start database (user and post), and initial barebones home page --- web/views/template/comment.php | 10 ++++++++++ 1 file changed, 10 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..ef7a081 --- /dev/null +++ b/web/views/template/comment.php @@ -0,0 +1,10 @@ +
+ view('template/pfp', array('user' => $user))?> +
+
+ main->display_name($user)?> + main->display_date($comment['date'])?> +
+ +
+
-- cgit v1.2.3-freya