From 5e97e4c0cc288cea680387755fa1a61d4e3a02ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Andr=C3=A9s=20Cort=C3=A9s?= Date: Fri, 26 Jul 2024 00:35:47 -0600 Subject: [PATCH] fix: remove random news --- index.template.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/index.template.php b/index.template.php index c88e694..da31506 100644 --- a/index.template.php +++ b/index.template.php @@ -240,15 +240,6 @@ function template_body_above() echo '
'; - - // Show a random news item? (or you could pick one from news_lines...) - if (!empty($settings['enable_news']) && !empty($context['random_news_line'])) - echo ' -
-

', $txt['news'], ':

-

', $context['random_news_line'], '

-
'; - !function_exists('themecustoms_carousel') ? '' : themecustoms_carousel(); // The main content should go here.