initial
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
switch ( $data['action'] ) {
|
||||
default:
|
||||
$template = __DIR__ . '/views/tests-page-list.php';
|
||||
break;
|
||||
}
|
||||
|
||||
if ( file_exists( $template ) ) {
|
||||
include $template;
|
||||
}
|
||||
Reference in New Issue
Block a user