File "black-friday.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/the-events-calendar/common/src/admin-views/conditional_content/black-friday.php
File size: 1.08 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Old Template for Black Friday Promo.
*
* @since 4.14.7
* @var string $background_image - the url of the background image to use
* @var string $branding_logo - the url of the TEC branding logo
* @var string $button_link - the url the button links to
*/
?>
<div class="black-friday-promo">
<div class="black-friday-promo__branding">
<img
src="<?php echo esc_url( $branding_logo ); ?>"
alt="<?php echo esc_attr__( 'The Events Calendar brand logo', 'tribe-common' ); ?>"
class="black-friday-promo__branding-image"
/>
</div>
<div class="black-friday-promo__promo" style="background-image: url('<?php echo $background_image; ?>')">
<div class="black-friday-promo__content">
<p class="black-friday-promo__text">
<?php _e( 'Our biggest<br/> sale of the<br/> year ends<br/> soon</p>', 'tribe-common' ); ?>
<a
href="<?php echo esc_url( $button_link ); ?>"
class="button black-friday-promo__button"
rel="noreferrer noopener"
target="_blank"
>
<?php echo esc_html__( 'Save now', 'tribe-common' ); ?>
</a>
</p>
</div>
</div>
</div>