From acbf86a6fa4ec58cfeb8ee5bfbe7987ad0e786bc Mon Sep 17 00:00:00 2001 From: HWFord Date: Thu, 7 Apr 2022 14:40:41 +0200 Subject: [PATCH] Issue #1625 removes forgotton echo --- include/section_init.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/section_init.inc.php b/include/section_init.inc.php index 94f7d7d74..71f5ef893 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -647,7 +647,7 @@ if ( 'categories'==$page['section'] and isset($page['category']) and !isset($pag } unset( $need_redirect, $page['hit_by'] ); } -echo('
');print_r($page);echo('
'); + array_push($page['body_classes'], 'section-'.$page['section']); if ('categories' == $page['section'] && isset($page['category']))