appthemes_before_header(); ?> <?php get_header(app_template_base()); ?> <?php appthemes_after_header(); ?> <?php get_template_part('includes/theme', 'searchbar'); ?> <?php include app_template_path(); ?> <?php appthemes_before_footer(); ?> <?php get_footer(app_template_base()); ?> <?php appthemes_after_footer(); ?> </div><!-- /container --> <?php
<?php appthemes_before_header(); ?> <?php get_header(app_template_base()); ?> <?php appthemes_after_header(); ?> <?php get_template_part('searchbar'); ?> <?php load_template(app_template_path()); ?> <?php appthemes_before_footer(); ?> <?php get_footer(app_template_base()); ?> <?php appthemes_after_footer(); ?> </div><!-- /container --> <?php