Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
www
/
html
/
bkd
/
berkas
/
ALFA_DATA
/
alfasymlink
/
root
/
home
/
puskom
/
mastur
/
newsup
/
/var/www/html/bkd/berkas/ALFA_DATA/alfasymlink/root/home/puskom/mastur/newsup/woocommerce.php
<?php /** * The template for displaying all WooCommerce pages. * * @package Newsup */ get_header(); ?> <!--==================== breadcrumb section ====================--> <?php get_template_part('index','banner'); ?> <!-- #main --> <main id="content"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <?php woocommerce_content(); ?> </div> </div><!-- .container --> </div> </main><!-- #main --> <?php get_footer(); ?>