File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
<?php if(YRM_PKG == YRM_FREE_PKG): ?>
<input type="button" class="expm-update-to-pro" value="Upgrade to PRO version" onclick="window.open('<?php echo YRM_PRO_URL; ?>');">
<?php endif;?>
<div class="ycf-bootstrap-wrapper">
<h2>Add New Read More Type</h2>
<div class="product-banner" onclick="location.href = '<?php echo admin_url();?>admin.php?page=button&type=button'">
<div class="yrm-types yrm-button">
</div>
</div>
<?php if(YRM_PKG > YRM_SILVER_PKG): ?>
<div class="product-banner" onclick="location.href = '<?php echo admin_url();?>admin.php?page=button&type=popup'">
<div class="yrm-types yrm-popup">
</div>
</div>
<?php endif?>
<?php if(YRM_PKG == YRM_FREE_PKG): ?>
<a class="product-banner" href="http://edmion.esy.es/" target="_blank">
<div class="yrm-types yrm-popup type-banner-pro">
<p class="yrm-type-title-pro">PRO Features</p>
</div>
</a>
<?php endif?>
</div>