From 268dfc987664416db099761d51a5c007eb926904 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 28 May 2024 21:03:16 -0400 Subject: fix date --- src/web/_views/apps/profile/main.php | 6 +++--- src/web/_views/template/comment.php | 2 +- src/web/_views/template/post.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/web/_views') diff --git a/src/web/_views/apps/profile/main.php b/src/web/_views/apps/profile/main.php index 922ce64..6d25c98 100644 --- a/src/web/_views/apps/profile/main.php +++ b/src/web/_views/apps/profile/main.php @@ -181,7 +181,7 @@ - + main->date($user['birth_date'])?>

@@ -204,11 +204,11 @@ - + main->date($user['created'])?> - + main->date($user['seen'])?> diff --git a/src/web/_views/template/comment.php b/src/web/_views/template/comment.php index cf2c0b4..72bcedf 100644 --- a/src/web/_views/template/comment.php +++ b/src/web/_views/template/comment.php @@ -8,7 +8,7 @@
name($user)?> - date($comment['created'])?> + main->date($comment['created'])?>
diff --git a/src/web/_views/template/post.php b/src/web/_views/template/post.php index 3dcae8f..b8ea69a 100644 --- a/src/web/_views/template/post.php +++ b/src/web/_views/template/post.php @@ -5,7 +5,7 @@
- + main->date($post['created'])?>

-- cgit v1.2.3-freya