Skip to content

Commit

Permalink
Remove user avatar icon from forum latest post column
Browse files Browse the repository at this point in the history
  • Loading branch information
luchaos committed Sep 29, 2022
1 parent dcd7488 commit 6c511ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
echo "<td>";
echo "<div>";
if (isset($nextForumLastPostAuthor) && mb_strlen($nextForumLastPostAuthor) > 1) {
echo userAvatar($nextForumLastPostAuthor);
echo userAvatar($nextForumLastPostAuthor, icon: false);
}
echo "<br><span class='smalldate'>$nextForumCreatedNiceDate</span>";
echo "<br><a class='btn btn-link' href='/viewtopic.php?t=$nextForumLastPostTopicID&c=$nextForumLastPostID#$nextForumLastPostID'>View</a>";
Expand Down

0 comments on commit 6c511ed

Please sign in to comment.