Save
This commit is contained in:
@@ -112,8 +112,8 @@
|
||||
<div class="row">
|
||||
<div class="big-quote" box-title="<?php echo $box5['mini_title']; ?>">
|
||||
<h3><?php echo $box5['author']; ?></h3>
|
||||
<div class="big-quote-text">
|
||||
<?php echo $box5['text']; ?>
|
||||
<div class="big-quote-text animate-text">
|
||||
<?php echo split_text_into_spans($box5['text']); ?>
|
||||
</div>
|
||||
<a class="btn_3" href="<?php echo esc_url($box5['btn']['url']); ?>" target="<?php echo esc_attr($box5['btn']['target'] ?: '_self'); ?>">
|
||||
<?php echo esc_html($box5['btn']['title']); ?>
|
||||
@@ -134,8 +134,8 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-1" box-title="<?php echo $box6['mini_title']; ?>">
|
||||
<div class="box-text">
|
||||
<p><?php echo $box6['text']; ?></p>
|
||||
<div class="box-text animate-text">
|
||||
<p><?php echo split_text_into_spans($box6['text']); ?></p>
|
||||
</div>
|
||||
<ul>
|
||||
<a class="btn_3" href="<?php echo esc_url($box6['btn']['url']); ?>" target="<?php echo esc_attr($box6['btn']['target'] ?: '_self'); ?>">
|
||||
|
||||
Reference in New Issue
Block a user