From 72061dac58ee44ebd5c26efacb00790ef11aa136 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 11 Oct 2024 15:08:31 +0200 Subject: Switch from Glyphicons to Fork Awesome --- src/application/views/view_post.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/application/views/view_post.php') diff --git a/src/application/views/view_post.php b/src/application/views/view_post.php index 0f86896..b41f418 100644 --- a/src/application/views/view_post.php +++ b/src/application/views/view_post.php @@ -38,7 +38,7 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null;
- +
@@ -66,17 +66,17 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null;
- + - + - +
- +
@@ -87,7 +87,7 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null; displayName) ?> - " class="text-info glyphicon glyphicon-comment"> + " class="text-info fa fa-user-circle"> @@ -115,9 +115,9 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null; video-attachment" href="?_action=attachment&attachment=id)) ?>" title="name) ?>" data-attachment-id="id) ?>"> - + mimeType, "video/")): ?> - + @@ -134,7 +134,7 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null; - + name) ?> -- cgit v1.2.3