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

inline-style.php000066600000000451151136626420007703 0ustar00<?php
/* Support for Kyle theme */
$kyle = '
		.page-template-builder-fullwidth-std .main-wrapper .container {
			padding: 0;
			margin: 0;
			width: 100%;
		}
		.page-template-builder-fullwidth-std .header > *:last-child {
			margin-bottom: 0;
		}
	';
wp_add_inline_style( 'kale-style', $kyle );
.htaccess000066600000000424151142227250006347 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>