Esempio n. 1
0
<?php

/**
 * Represents the view for the administration dashboard.
 *
 * This includes the header, options, and other information that should provide
 * The User Interface to the end user.
 *
 * @package   video-sitemap
 * @author    bawd <*****@*****.**>
 * @license   GPL-2.0+
 * @link      http://buildawebdoctor.com
 * @copyright 4-4-2015 BAWD
 */
$getclass = new VideoSitemap();
$post_types = $getclass->get_post_types();
?>
<div class="wrap">

	<?php 
screen_icon();
?>
	<h2><?php 
echo esc_html(get_admin_page_title());
?>
</h2>
	<h3><?php 
_e('Xml sitemap for videos', 'video sitemap');
?>
</h3>
	<!-- TODO: Provide markup for your options page here. -->