19 lines
740 B
PHP
19 lines
740 B
PHP
<?php if( ! WHITE_LABEL ): ?>
|
|
|
|
<div class="mfn-card mfn-shadow-1" data-card="feature-voting">
|
|
<div class="card-content">
|
|
<div class="mfn-icon-box">
|
|
<div class="image-wrapper">
|
|
<img class="icon-light" src="<?php echo get_theme_file_uri('/functions/admin/assets/svg/feature-voting.svg'); ?>" alt="" />
|
|
<img class="icon-dark" src="<?php echo get_theme_file_uri('/functions/admin/assets/svg/_dark/feature-voting.svg'); ?>" alt="" />
|
|
</div>
|
|
<div class="desc-wrapper">
|
|
<h5 class="heading">Have an impact on Betheme's development</h5>
|
|
<a target="_blank" href="https://muffingroup.com/betheme/feature-voting/">Send us a suggestion</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php endif; ?>
|