', $txt['go_up'], '
', $context['page_index'], '
@@ -273,8 +273,8 @@ function template_main()
', $context['menu_separator'], '
';
// Next - Prev
- echo '
', $context['previous_next'], '
- ';
+ //echo '
', $context['previous_next'], ''
+ ;
// Mobile action - moderation buttons (bottom)
if (!empty($context['normal_buttons']))
diff --git a/khbb/Errors.template.php b/khbb/Errors.template.php
index 8708136..005e97a 100644
--- a/khbb/Errors.template.php
+++ b/khbb/Errors.template.php
@@ -7,7 +7,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
- * @version 2.1.0
+ * @version 2.1.3
*/
// @todo
@@ -83,10 +83,17 @@ function template_error_log()
return;
}
+ if ($context['has_filter'])
+ echo '
+
+ ', $txt['applying_filter'], ': ', $context['filter']['entity'], ' ', $context['filter']['value']['html'], '
+
';
+
echo '
', $txt['apply_filter_of_type'], ':';
@@ -109,12 +116,6 @@ function template_error_log()