GhostManSec
Server: Apache
System: Linux webm019.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/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
}