fse-header.php 202 B

123456
  1. <header id="masthead" class="site-header site-branding entry-content">
  2. <?php
  3. $template = new A8C\FSE\WP_Template();
  4. $template->output_template_content( A8C\FSE\WP_Template::HEADER );
  5. ?>
  6. </header>