| 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 : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/thucphamxanh.orgs.vn/public_html/wp-content/themes/mtw-thucpham/ |
Upload File : |
<?php get_header();?>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-3 col-md-3 hidden-sm">
<?php
if(function_exists('wp_nav_menu')){
wp_nav_menu( 'theme_location=menu_main&menu_class=mainmenu_nhe hidden-xs sf-menu sf-vertical&menu_id=mainmenu_nhe&container=&fallback_cb=header_sp_default$');
}
?>
</div>
<div class="col-xs-12 col-sm-12 col-md-9 banner">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Slide home')) : else : ?>
<?php endif; ?>
</div><!--#banner home-->
</div>
<div class="row">
<div class="col-xs-12 col-md-12 col-sm-12">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Home Product')) : else : ?>
<?php endif; ?>
</div>
</div>
</div><!-- end container -->
<?php get_footer(); ?>