This commit is contained in:
2026-01-22 14:11:03 +01:00
parent 077345c6c1
commit 8238523447
13 changed files with 2718 additions and 13 deletions

View File

@@ -41,9 +41,11 @@
$cta_url = $cta['url'];
$cta_title = $cta['title'];
$cta_target = $cta['target'] ? $cta['target'] : '_self';
if($cta_url) :
?>
<a class="btn btn-secondary" href="<?php echo esc_url( $cta_url ); ?>" target="<?php echo esc_attr( $cta_target ); ?>"><?php echo esc_html( $cta_title ); ?></a>
<?php endif; ?>
<?php endif; endif; ?>
</div>
<?php endwhile; ?>