|
Server : Apache System : Linux webm011.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : alfamiffjq ( 77889) PHP Version : 8.2.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/alfamiffjq/www/alfamifwp/wp-content/plugins/burger-companion/inc/crowl/ | |
|
Path: /home/alfamiffjq/www/alfamifwp/wp-content/plugins/burger-companion/inc/crowl/crowl.php
Size: 1.59 KB
Permissions: 0644
<?php
/**
* @package Crowl
*/
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/extras.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/dynamic-style.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/features/owlpress-general.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/crowl/sections/section-below-header.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/sections/section-above-footer.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/features/owlpress-below-header.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/features/owlpress-above-footer.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/features/owlpress-slider.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/features/owlpress-service.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/features/owlpress-features.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/crowl/features/owlpress-team.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/features/owlpress-typography.php';
if ( ! function_exists( 'burger_companion_owlpress_frontpage_sections' ) ) :
function burger_companion_owlpress_frontpage_sections() {
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/sections/section-slider.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/sections/section-service.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/owlpress/sections/section-features.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/crowl/sections/section-team.php';
}
add_action( 'owlpress_sections', 'burger_companion_owlpress_frontpage_sections' );
endif;