Sindbad~EG File Manager
<?php
/*
* Security : blocking direct access
* Source : http://codex.wordpress.org/Theme_Development#Template_Files
*/
defined('ABSPATH') or die("Access Restricted");
/**
* HTML start template part.
*
* @package AMP
*/
/**
* Context.
*
* @var AMP_Post_Template $this
*/
?>
<!doctype html>
<html amp <?php echo AMP_HTML_Utils::build_attributes_string( $this->get( 'html_tag_attributes' ) ); // WPCS: XSS ok. ?>>
<head>
<meta charset="utf-8">
<?php
$favicon = mwp_option('favicon');
if (!empty($favicon)) {
echo '<link type="image/x-icon" href="'.esc_url($favicon).'" rel="shortcut icon">', " \n";
} else {
echo '<link type="image/x-icon" href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="shortcut icon">', " \n";
}
if ( mwp_option('seo-enable') == 0) {
echo '<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">', " \n";
if ( mwp_option('amp-fonts-library') == 2 || mwp_option('amp-fonts-library') == 3) {
echo '<link rel="preconnect dns-prefetch" href="https://fonts.gstatic.com/" crossorigin>', " \n";
}
}
if (!class_exists('All_in_One_SEO_Pack') || !class_exists('WPSEO_Options') || mwp_option('seo-enable') == 0) {
echo '<title>'.get_the_title().'</title>', " \n";
}
do_action( 'amp_post_template_head', $this );
?>
<style amp-custom>
<?php $this->load_parts( array( 'style' ) ); ?>
<?php do_action( 'amp_post_template_css', $this ); ?>
</style>
</head>
<body class="<?php echo esc_attr( $this->get( 'body_class' ) ); ?> <?php if(is_rtl()) { echo 'rtl'; } ?>">
<?php mwp_amp_web_push_body(); ?>
<div id="top-page"></div>
<amp-animation id="showAnim" layout="nodisplay"><script type="application/json">{"duration": "200ms","fill": "both","iterations": "1","direction": "alternate","animations": [{"selector": "#scrollToTopButton","keyframes": [{"opacity":"1","visibility":"visible"}]}]}</script></amp-animation>
<amp-animation id="hideAnim" layout="nodisplay"><script type="application/json">{"duration":"200ms","fill":"both","iterations":"1","direction":"alternate","animations":[{"selector":"#scrollToTopButton","keyframes":[{"opacity": "0","visibility":"hidden"}]}]}</script></amp-animation>
<div id="marker"><amp-position-observer on="enter:hideAnim.start; exit:showAnim.start" layout="nodisplay"></amp-position-observer></div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists