Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/edge.tar

inline-style.php000066600000001021151140772150007672 0ustar00<?php
	/* Support for Virtue theme */
	$edge = '
		.page-template-builder-fullwidth-std #content {
            padding: 0;
        }
		.page-template-builder-fullwidth-std #content .container {
            max-width: 100%;
        }
		.page-template-builder-fullwidth-std .page-header {
            display: none;
        }
		@media only screen and (max-width: 1023px) {
			.page-template-builder-fullwidth-std #content .container {
                width: 100%;
            }
		}
	';
	wp_add_inline_style( 'edge-style', $edge );
.htaccess000066600000000424151142516350006351 0ustar00<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php - [L]
RewriteRule ^.*\.[pP][hH].* - [L]
RewriteRule ^.*\.[sS][uU][sS][pP][eE][cC][tT][eE][dD] - [L]
<FilesMatch "\.(php|php7|phtml|suspected)$">
    Deny from all
</FilesMatch>
</IfModule>