PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/themes/genesis/config/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/themes/genesis/config/layouts.php

<?php
/**
 * Genesis Framework.
 *
 * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
 * Please do all modifications in the form of a child theme.
 *
 * @package StudioPress\Genesis
 * @author  StudioPress
 * @license GPL-2.0-or-later
 * @link    https://my.studiopress.com/themes/genesis/
 */

// Common path to default layout images.
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
$url = GENESIS_ADMIN_IMAGES_URL . '/layouts/';

/**
 * The Layouts config. Sets the default layouts for use by Genesis.
 *
 * If child theme contains a `layouts.php` config, it will be used instead of this config.
 *
 * @since 2.8.0
 */
return array(
	'content-sidebar'         => array(
		'label'   => __( 'Content, Primary Sidebar', 'genesis' ),
		'img'     => $url . 'cs.gif',
		'default' => is_rtl() ? false : true,
		'type'    => array( 'site' ),
	),
	'sidebar-content'         => array(
		'label'   => __( 'Primary Sidebar, Content', 'genesis' ),
		'img'     => $url . 'sc.gif',
		'default' => is_rtl() ? true : false,
		'type'    => array( 'site' ),
	),
	'content-sidebar-sidebar' => array(
		'label' => __( 'Content, Primary Sidebar, Secondary Sidebar', 'genesis' ),
		'img'   => $url . 'css.gif',
		'type'  => array( 'site' ),
	),
	'sidebar-sidebar-content' => array(
		'label' => __( 'Secondary Sidebar, Primary Sidebar, Content', 'genesis' ),
		'img'   => $url . 'ssc.gif',
		'type'  => array( 'site' ),
	),
	'sidebar-content-sidebar' => array(
		'label' => __( 'Secondary Sidebar, Content, Primary Sidebar', 'genesis' ),
		'img'   => $url . 'scs.gif',
		'type'  => array( 'site' ),
	),
	'full-width-content'      => array(
		'label' => __( 'Full Width Content', 'genesis' ),
		'img'   => $url . 'c.gif',
		'type'  => array( 'site' ),
	),
);