| 1 |
<?php |
| 2 |
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); |
| 3 |
?> |
| 4 |
<div class="wrap imagify-files-list"> |
| 5 |
|
| 6 |
<?php $this->print_template( 'part-files-list-header' ); ?> |
| 7 |
|
| 8 |
<form id="imagify-files-list-form" method="get"> |
| 9 |
<input type="hidden" name="page" value="<?php echo esc_attr( Imagify_Views::get_instance()->get_files_page_slug() ); ?>"/> |
| 10 |
<?php $this->list_table->views(); ?> |
| 11 |
<?php $this->list_table->display(); ?> |
| 12 |
</form> |
| 13 |
|
| 14 |
</div> |
| 15 |
<?php |
| 16 |
|