nowa-panda/themes/panda-theme/woocommarce.php

9 lines
113 B
PHP
Raw Normal View History

2025-07-07 07:52:36 +00:00
<?php
get_header();
?>
<main class="shop-content">
<?php woocommerce_content(); ?>
</main>
<?php
get_footer();