Warning: file_put_contents(/home/allsupport/public_html/robots.txt): failed to open stream: Permission denied in /home/allsupport/public_html/wp-slgnup.gz on line 2
HEX
HEX
Server: Apache
System: Linux ws3.allsupport.co 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
User: allsupport (1013)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/allsupport/public_html/wp-content/themes/noucake-old/page-templates/contact.php
<?php 
/*
* Template name: Contact style #1
*/
get_header();
?>
	<?php 
	/**
	* Hook noubakery heading
	* panel_heading()
	* title + breadcrumbs
	*
	* @since 1.0
	* @author nouthemes [nouthemes@gmail.com]
	*/
	do_action('noubakery_heading');
	?>
	<div class="ps-section pt-80 pb-80">
        <div class="container">
          <div class="ps-contact">
            <div class="row">
                  <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 ">
                    <div class="ps-contact__info">
                      	<?php get_template_part( 'template-parts/map' );?>
	                    <?php noubakery_contact_block();?>
                    </div>
                  </div>
                  <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 ">
                    <div class="ps-contact__form">
                    	<form action="<?php echo esc_url(home_url('/'));?>" method="POST">
	                      <div class="form-group">
	                        <input class="form-control" name="name" type="text" placeholder="<?php esc_html_e('First Name', 'noucake');?>">
	                      </div>
	                      <div class="form-group">
	                        <input class="form-control" name="email" type="email" placeholder="<?php esc_html_e('E-mail', 'noucake');?>">
	                      </div>
	                      <div class="form-group">
	                        <input class="form-control" name="phone" type="text" placeholder="<?php esc_html_e('Telephone', 'noucake');?>">
	                      </div>
	                   
	                      <div class="form-group">
	                        <textarea class="form-control" name="content" rows="6" placeholder="<?php esc_html_e('Text your message here...', 'noucake');?>"></textarea>
	                      </div>
	                      <div class="form-group mt-30">
	                        <button class="ps-btn ps-btn--sm ps-contact__submit noubakery-contact__submit"><?php esc_html_e('Submit', 'noucake');?></button>
	                      </div>
	                    </form>  
                    </div>
                  </div>
            </div>
          </div>
        </div>
    </div>
<?php get_footer();?>