File: /home/e/x/h/exhehbu/www/wp-content/themes/revolution/inc/templates/header/cookie-bar.php
<?php
if ( 'on' === ot_get_option( 'thb_cookie_bar', 'off' ) ) {
$thb_cookie_bar_color = ot_get_option( 'thb_cookie_bar_color', 'dark' );
?>
<aside class="thb-cookie-bar <?php echo esc_attr( $thb_cookie_bar_color ); ?>">
<div class="thb-cookie-text">
<?php echo do_shortcode( ot_get_option( 'thb_cookie_bar_content', '<p>Our site uses cookies. Learn more about our use of cookies: <a href="#">cookie policy</a></p>' ) ); ?>
</div>
<a class="button-accept"><?php esc_html_e( 'I accept', 'revolution' ); ?></a>
</aside>
<?php
}