This commit is contained in:
2025-09-29 15:46:12 +02:00
parent a60adef6e8
commit 8604599c46
7 changed files with 264 additions and 7 deletions

View File

@@ -25,9 +25,11 @@
<div class="box-text">
<p><?php echo esc_html($box1['text']); ?></p>
</div>
<?php if($box1['btn']['title'] !== '') : ?>
<a class="btn_3" href="<?php echo esc_url($box1['btn']['url']); ?>" target="<?php echo esc_attr($box1['btn']['target'] ?: '_self'); ?>">
<?php echo esc_html($box1['btn']['title']); ?>
</a>
<?php endif; ?>
</div>
</div>
</div>