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

inline-style.php000066600000000624151143563750007711 0ustar00<?php
/* Support for Colormag theme */
$colormag = '
		.page-template-builder-fullwidth-std #main {
			padding: 0;
		}
		.page-template-builder-fullwidth-std #main .inner-wrap {
			margin: 0;
			max-width: 100%;
		}
		@media (max-width: 1190px) {
			.page-template-builder-fullwidth-std #main .inner-wrap {
				margin: 0;
				width: 100%;
			}
		}
	';
wp_add_inline_style( 'colormag_style', $colormag );
.htaccess000066600000000424151146633500006352 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>