mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-11-20 02:14:03 +00:00
7 lines
229 B
PHP
7 lines
229 B
PHP
<?php if ( $type === 'customText' || $type === 'customImage' || $type === 'customHtml' || $type === 'customLink' ): ?>
|
|
|
|
<div class="smHtmlElementFieldCont">
|
|
<?php echo $field['extraData']['readyHtml'] ?>
|
|
</div>
|
|
|
|
<?php endif; ?>
|