You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
348 B
PHTML

<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
$theme_list = $data_manager->get_theme_list();
$plugin_list = $data_manager->get_plugin_list();
?>
<div class="wrap">
<h1><?php echo esc_attr__( 'Dashboard', 'deployer-for-git' ); ?></h1>
<?php require_once 'partials/_themes.php'; ?>
<hr>
<?php require_once 'partials/_plugins.php'; ?>
</div>