From f5a4697c277a084eba28772bb34d53337c71a5e7 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Fri, 26 Sep 2025 09:34:06 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Add=20missing=20class=20v?= =?UTF-8?q?ariable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/page.php b/page.php index 42682c0..317f494 100644 --- a/page.php +++ b/page.php @@ -10,6 +10,8 @@ namespace BasicWP; get_header(); +$clsEntry = ''; + // Determine classes based on sidebar presence if ( hasSidebar() ) { $classes = 'container grid grid-cols-1 lg:grid-cols-4 gap-8 xl:gap-16 my-section mx-auto';