HEX
Server: Apache
System: Linux sc01.amgb.io 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: di (1011)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/di/public_html/mediamind.co.uk/footer.php
<aside class="background-scroller">
    <div class="play-icon" data-sal="fade">
        <img src="<?=ASSETS_URL;?>/images/play.svg" alt="">
    </div>
    <div class="brain" data-sal="fade">
        <img src="<?=ASSETS_URL;?>/images/brain.svg" alt="">
    </div>
    <div class="check" data-sal="fade">
        <img src="<?=ASSETS_URL;?>/images/tick.svg" alt="">
    </div>
    <div class="question" data-sal="fade">
        <img src="<?=ASSETS_URL;?>/images/question.png" alt="">
    </div>
</aside>
<svg width="936" height="898" viewBox="0 0 936 898" fill="none" xmlns="http://www.w3.org/2000/svg" class="triangle-top">
    <path d="M1553.02 -919.631C1625.21 -949.596 1704.55 -896.084 1703.81 -817.926L1688.57 789.678C1687.74 876.532 1590.63 927.58 1518.62 879.01L49.0253 -112.243C-22.9824 -160.813 -12.0313 -269.98 68.189 -303.28L1553.02 -919.631Z" fill="url(#paint0_linear_128_6)"/>
    <defs>
        <linearGradient id="paint0_linear_128_6" x1="638.413" y1="324.802" x2="999.875" y2="-129.975" gradientUnits="userSpaceOnUse">
        <stop stop-color="#0A45B4"/>
        <stop offset="1" stop-color="#4983F2"/>
        </linearGradient>
    </defs>
</svg>


<footer class="has-blue-gradient-background-color has-white-color">
      <?php
    $footerPageQuery = new WP_Query(array('name' => 'footer', 'post_status' => 'private', 'post_type' => 'page'));
    if($footerPageQuery->post_count == 1) {
        echo apply_filters('the_content', $footerPageQuery->posts[0]->post_content);
    }
    wp_footer();
    ?>
</footer>