| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/phukiencasu.com/public_html/wp-content/themes/wp_shop/ |
Upload File : |
<?php
/* Template Name: Liên hệ */
?>
<?php get_header(); ?>
<div class="lienhe">
<div class="breadcrumb"><?php if(function_exists('bcn_display')){ bcn_display(); } ?></div>
<div class="row">
<div id="primary" class="col-md-6 col-sm-6 col-xs-12 content-area">
<h1 class="cont_title"><?php the_title() ?></h1>
<main id="main" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
</main><!-- #main -->
<?php endwhile; // End of the loop. ?>
</div><!-- #primary -->
<div class="col-md-6 col-sm-6 col-xs-12 sidebar-lienhe"><?php get_sidebar('lienhe'); ?></div>
</div> <!--.row-->
</div><!--.container-->
<?php get_footer(); ?>
<style type="text/css">
#primary {
padding: 15px 15px 0 0;
}
#primary input[type=text], #primary input[type=email], #primary textarea {
width:100%;
}
#primary input[type=submit] {
background: #bf8008;
color: #FFF;
padding: 8px 20px;
border-radius: 5px;
box-shadow: none;
}
.lienhe h3, .lienhe h2, .lienhe h1 {
font-weight:bold;
font-size:20px;
text-transform:uppercase;
}
</style>