5 lines
340 B
PHP
5 lines
340 B
PHP
|
|
<!-- Terms -->
|
||
|
|
<div class="mt50 gdpr">
|
||
|
|
<input type="checkbox" id="eb_terms" value="0">
|
||
|
|
<label for="eb_terms"><?php echo __('I agree to the', 'eagle-booking') ?> <a class="terms-conditions" target="_blank" href="<?php echo eagle_booking_terms_page() ?>"><?php echo __('Terms and Conditions','eagle-booking') ?></a></label>
|
||
|
|
</div>
|