Save
This commit is contained in:
@@ -45,6 +45,16 @@
|
||||
<p><?php echo $card['text']; ?></p>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
<div class="tile tile-img">
|
||||
<div class="tile-col-1">
|
||||
<?php echo $box2['big_card']['title']; ?>
|
||||
<p><?php echo $box2['big_card']['text']; ?></p>
|
||||
<a class="btn-1" href="<?php echo $box2['big_card']['btn']['url']; ?>" <?php echo isset($box2['big_card']['btn']['target']) ? $box2['big_card']['btn']['target'] : ''; ?>><?php echo $box2['big_card']['btn']['title']; ?></a>
|
||||
</div>
|
||||
<div class="tile-col-2">
|
||||
<img src="<?php echo $box2['big_card']['img']; ?>" alt="img">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user