From ac1733f2be8629252a0426d82be43d19e7fb2d5a Mon Sep 17 00:00:00 2001 From: Aryan Raj Date: Thu, 18 May 2023 21:15:37 +0530 Subject: [PATCH] layout options included --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 7ec9937..bfc93b9 100644 --- a/functions.php +++ b/functions.php @@ -217,7 +217,7 @@ function carbon_block_editor_styles() { require get_parent_theme_file_path( '/inc/widgets.php' ); // Sidebar or Widgets Functions require get_parent_theme_file_path( '/inc/woocommerce.php' ); -// theme options +// Site Layout option require get_parent_theme_file_path( '/inc/layout.php' );