Sindbad~EG File Manager
<?php
/*
* Security : blocking direct access
* Source : http://codex.wordpress.org/Theme_Development#Template_Files
*/
defined('ABSPATH') or die("Access Restricted");
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<style>
body, html {width: 100%; height: 100%; margin: 0; padding: 0}.embed-css {position: absolute; top:0; left: 0; right: 0; bottom: 0; background-color:black }.embed-css iframe {display: block; width: 100%; height: 100%; border: none;}
</style>
</head>
<body>
<div class="embed-css">
<?php $videos_ids = mwp_option('category-videos');
if (!empty($videos_ids) && in_category($videos_ids) && is_singular('post')) {
global $post;
mwp_check_video_embed($post->ID);
} else {
die("No Embed For This Post");
} ?>
</div>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists