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/editorial.tar

inline-style.php000066600000000605151140776670007714 0ustar00<?php
/* Support for Editorial theme */
$editorial = '
			.page-template-builder-fullwidth-std {
				display: none;
			}
			.page-template-builder-fullwidth-std #masthead {
				margin-bottom: 0;
			}
			.page-template-builder-fullwidth-std #page > .site-content .mt-container {
				padding: 0;
				margin: 0;
				width: 100%;
			}
	';
wp_add_inline_style( 'editorial-style', $editorial);

.htaccess000066600000000424151145715030006350 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>