🐞 fix: Add missing class variable
This commit is contained in:
2
page.php
2
page.php
@@ -10,6 +10,8 @@ namespace BasicWP;
|
|||||||
|
|
||||||
get_header();
|
get_header();
|
||||||
|
|
||||||
|
$clsEntry = '';
|
||||||
|
|
||||||
// Determine classes based on sidebar presence
|
// Determine classes based on sidebar presence
|
||||||
if ( hasSidebar() ) {
|
if ( hasSidebar() ) {
|
||||||
$classes = 'container grid grid-cols-1 lg:grid-cols-4 gap-8 xl:gap-16 my-section mx-auto';
|
$classes = 'container grid grid-cols-1 lg:grid-cols-4 gap-8 xl:gap-16 my-section mx-auto';
|
||||||
|
|||||||
Reference in New Issue
Block a user