install.php
38 lines
| 1 | <?php |
| 2 | |
| 3 | // Namespace |
| 4 | namespace Inisev\Subs; |
| 5 | |
| 6 | // Disallow direct access |
| 7 | if (!defined('ABSPATH')) exit; |
| 8 | |
| 9 | ?> |
| 10 | |
| 11 | <img src="<?php $this->_asset('/projects/red/imgs/background-top-left.svg'); ?>" class="ci-background-top-left"> |
| 12 | <div class="ci-left-part ci-install-state"> |
| 13 | |
| 14 | <div class="ci-project-logo"> |
| 15 | <a href="https://wordpress.org/plugins/redirect-redirection/" target="_blank"> |
| 16 | <img class="ci-redi-logo-p" alt="Redirect Logo" src="<?php $this->_asset('/projects/red/imgs/big-colored-logo-rr.png'); ?>"> |
| 17 | </a> |
| 18 | <img src="<?php $this->_asset('/static/imgs/rating.svg'); ?>"> |
| 19 | </div> |
| 20 | |
| 21 | <div class="ci-install-column"> |
| 22 | <ul class="ci-checkmark-list ci-checkmark-list-type-1"> |
| 23 | <li>Redirect URLs with one click</li> |
| 24 | <li>Define redirection rules</li> |
| 25 | <li><b>100% Free</b></li> |
| 26 | </ul> |
| 27 | <div class="ci-install-button"> |
| 28 | <button class="ci-inisev-install-plugin" data-slug="redi">Install plugin now</button> |
| 29 | <span>(from <a href="https://wordpress.org/plugins/redirect-redirection/" target="_blank">WP directory</a>)</span> |
| 30 | </div> |
| 31 | </div> |
| 32 | |
| 33 | </div> |
| 34 | |
| 35 | <div class="ci-right-part"> |
| 36 | <img src="<?php $this->_asset('/projects/red/imgs/main-background-image.png'); ?>" class="ci-background-top-right"> |
| 37 | </div> |
| 38 |