| 1 |
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?> |
| 2 |
<div class="wrap supporter"> |
| 3 |
<h2><?php _e ('Redirection Support', 'redirection'); ?></h2> |
| 4 |
|
| 5 |
<?php $this->render( 'submenu', array( 'options' => $options ) ); ?> |
| 6 |
|
| 7 |
<div id="react-ui"> |
| 8 |
<noscript>Please enable JavaScript</noscript> |
| 9 |
</div> |
| 10 |
</div> |
| 11 |
|
| 12 |
<script> |
| 13 |
addLoadEvent( function() { |
| 14 |
redirection.show( 'react-ui' ); |
| 15 |
} ); |
| 16 |
</script> |
| 17 |
|