| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/views/frontend/classic/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/views/frontend/classic/agent-detail.php |
<?php
/**
* Template for displaying content of agent detail page.
*/
use RealPress\Helpers\Template;
if ( ! wp_is_block_theme() ) {
get_header();
}
Template::instance()->get_frontend_template_type_classic( 'agent-detail/content.php' );
get_template_part( 'template-parts/footer-menus-widgets' );
if ( ! wp_is_block_theme() ) {
get_footer();
}