HEX
Server: Apache
System: Linux webm005.cluster121.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: adventp (418412)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/adventp/www/wp-content/themes/brooklyn/partials/hero-cblock.php
<?php

if ( ! defined( 'ABSPATH' ) ) exit;

/**
 * The Template for displaying a content block inside the Hero
 *
 * @author      United Themes
 * @package     Brooklyn
 * @version     1.1
 */

$cblock = get_post( ut_return_hero_config('ut_hero_content_block') ); ?>

<!-- hero section -->
<div id="ut-custom-hero" class="ut-custom-hero ut-content-block-hero ha-waypoint" data-animate-up="ha-header-hide" data-animate-down="ha-header-hide">
    
    <div id="ut-hero-early-waypoint" class="ut-early-waypoint" data-animate-up="ha-header-hide" data-animate-down="ha-header-small"></div>    
    
    <div class="grid-container">
        
        <div class="grid-100 mobile-grid-100 tablet-grid-100">
        
            <?php echo apply_filters( 'the_content', $cblock->post_content ); ?>    
        
        </div>    
            
    </div>
        
    <div data-section="top" class="ut-scroll-up-waypoint"></div>
    
</div>
<!-- end hero section -->