From 95fc8c4aa475028bfa31fc57922291703d0b4e08 Mon Sep 17 00:00:00 2001 From: Dennis Reilard Date: Fri, 16 Aug 2024 19:31:11 +0200 Subject: [PATCH] Forum-Module (1.35.1): Variable descriptions (#1038) --- .../modules/forum/boxes/views/forum.php | 6 ++++- .../views/Showunansweredtopics/index.php | 3 +++ .../modules/forum/views/admin/index/index.php | 23 ++++++++++++++----- .../forum/views/admin/prefixes/treat.php | 7 ++++-- .../modules/forum/views/admin/ranks/treat.php | 9 +++++--- .../modules/forum/views/edittopic/index.php | 6 +++++ .../modules/forum/views/index/index.php | 14 +++++++++-- .../modules/forum/views/newtopic/index.php | 4 ++-- .../forum/views/rememberedposts/index.php | 3 +-- .../forum/views/rememberedposts/treat.php | 5 +++- .../forum/views/showactivetopics/index.php | 5 ++-- .../modules/forum/views/showcat/index.php | 8 ++++++- .../forum/views/shownewposts/index.php | 3 +++ .../modules/forum/views/showposts/index.php | 7 ++++-- .../modules/forum/views/showtopics/index.php | 9 ++++++-- 15 files changed, 86 insertions(+), 26 deletions(-) diff --git a/application/modules/forum/boxes/views/forum.php b/application/modules/forum/boxes/views/forum.php index 53943dd85..3aa724cea 100644 --- a/application/modules/forum/boxes/views/forum.php +++ b/application/modules/forum/boxes/views/forum.php @@ -4,13 +4,17 @@ use Ilch\Date; +/** @var bool $DESCPostorder */ $DESCPostorder = $this->get('DESCPostorder'); +/** @var int $postsPerPage */ $postsPerPage = $this->get('postsPerPage'); ?> get('lastActiveTopicsToShow'))) : ?>