: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
if ( ! defined( 'ABSPATH' ) ) {
* The template for the header sticky bar.
* Override this template by specifying the path where it is stored (templates_path) in your Redux config.
* @author Redux Framework
* @package ReduxFramework/Templates
<div class="redux-action_bar redux-save">
<?php submit_button( __( 'Save Changes', 'accelerated-mobile-pages' ), 'primary', 'redux_save', false ); ?>
<span class="spinner"></span>
<div class="redux-action_bar">
<?php if ( false === $this->parent->args['hide_reset'] ) : ?>
<?php submit_button( __( 'Reset Section', 'accelerated-mobile-pages' ), 'secondary', $this->parent->args['opt_name'] . '[defaults-section]', false, array( 'id' => 'redux-defaults-section' ) ); ?>
<?php submit_button( __( 'Reset All', 'accelerated-mobile-pages' ), 'secondary', $this->parent->args['opt_name'] . '[defaults]', false, array( 'id' => 'redux-defaults' ) ); ?>
<div class="redux-ajax-loading" alt="<?php _e( 'Working...', 'accelerated-mobile-pages' ) ?>"> </div>
<div class="clear"></div>
<!-- Notification bar -->
<div id="redux_notification_bar">
<?php $this->notification_bar(); ?>