File "theme-options.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/themes/kapee/inc/admin/dashboard/theme-options.php
File size: 393 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Kapee Welcome Tab
 *
 * Handles the about us page HTML
 *
 * @package Kapee
 * @since 1.0
 */
 require_once KAPEE_FRAMEWORK.'admin/dashboard-pages/header.php';

?>

<div class="kapee-cnt-wrap">
	<?php esc_html_e('Pleaes Activete theme license','kapee');?>
</div> <!-- .kapee-cnt-wrap -->
<?php 
require_once KAPEE_FRAMEWORK.'admin/dashboard-pages/footer.php';
?>