final
This commit is contained in:
16
template-parts/la-components/modals/modal-test-training.php
Normal file
16
template-parts/la-components/modals/modal-test-training.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$current_url = home_url($_SERVER['REQUEST_URI']);
|
||||
$page_title = get_the_title() ?: 'Главная страница';
|
||||
$hidden_value = "Страница: {$page_title} | URL: {$current_url}";
|
||||
?>
|
||||
|
||||
<div class="max-[1050px]:p-[24px] p-[40px]">
|
||||
<p class="font-[700] text-[24px] leading-[125%] text-center">Пробная персональная тренировка <span
|
||||
class="text-[#E21E24]">за 1200₽</span></p>
|
||||
<p class="font-[500] text-[16px] leading-[145%] text-center mt-[12px]">Познакомимся, покажем зал и подберём
|
||||
оптимальные для вас тренировки!</p>
|
||||
<div class="form-block-wrapper max-[1050px]:mt-[16px] mt-[32px]"
|
||||
data-hidden-value="<?php echo esc_attr($hidden_value); ?>">
|
||||
<?php echo do_shortcode('[fluentform id="5"]'); ?>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user