<?php
/**
* The template for the panel header area.
* Override this template by specifying the path where it is stored (templates_path) in your FusionRedux config.
*
* @author FusionRedux Framework
* @package FusionReduxFramework/Templates
* @version: 3.5.4.18
*/
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Direct script access denied.' );
}
do_action( 'fusion_redux_header' );