install.php
30 lines
| 1 | <?php |
| 2 | |
| 3 | // Namespace |
| 4 | namespace Inisev\Subs; |
| 5 | |
| 6 | // Disallow direct access |
| 7 | if (!defined('ABSPATH')) exit; |
| 8 | |
| 9 | ?> |
| 10 | |
| 11 | <div class="ci-left-part ci-install-state"> |
| 12 | <div class="ci-project-logo"> |
| 13 | <a href="https://mypoups.com" target="_blank"> |
| 14 | <img src="<?php $this->_asset('/projects/mpu/imgs/big-colored-logo.png'); ?>"> |
| 15 | </a> |
| 16 | <img src="<?php $this->_asset('/static/imgs/rating.svg'); ?>" class="ci-rating" > |
| 17 | </div> |
| 18 | <div class="ci-install-column"> |
| 19 | <ul class="ci-checkmark-list ci-checkmark-list-type-1"> |
| 20 | <li>Create cool pop-ups with ease</li> |
| 21 | <li>Increase conversions, show discount codes & cookie notices, stop ad-blockers etc.</li> |
| 22 | <li><b>Free</b> <span class="ci-light-font">on <a href="https://mypopups.com" target="_blank" >basic plan</a></span></li> |
| 23 | </ul> |
| 24 | <div class="ci-install-button"> |
| 25 | <button class="ci-inisev-install-plugin" data-slug="mpu">Install plugin now</button> |
| 26 | <span>(from <a href="https://wordpress.org/plugins/pop-up-pop-up/" target="_blank">WP directory</a>)</span> |
| 27 | </div> |
| 28 | </div> |
| 29 | </div> |
| 30 |