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

Dir : /home/sc1buiq6159/esther.easymod.formagloba.fr/wp-content/themes/bricks/
Server: Linux apophis.o2switch.net 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
IP: 109.234.164.184
Choose File :

Url:
Dir : /home/sc1buiq6159/esther.easymod.formagloba.fr/wp-content/themes/bricks/home.php

<?php
get_header();

$show_on_front = get_option( 'show_on_front' );

if ( $show_on_front === 'page' ) {
	$post_id     = get_option( 'page_for_posts' );
	$bricks_data = $post_id ? Bricks\Helpers::get_bricks_data( $post_id, 'content' ) : false;
} else {
	$bricks_data = Bricks\Database::get_template_data( 'content' );
}

if ( $bricks_data ) {
	Bricks\Frontend::render_content( $bricks_data );
} else {
	include locate_template( 'template-parts/content.php' );
}

get_footer();