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

inline-style.php000066600000000306151136623240007677 0ustar00<?php
/* Support for Writee theme */
$writee = '
		.page-template-builder-fullwidth-std p,
		 .page-template-builder-fullwidth p {
			margin: 0;
		}
	';
wp_add_inline_style( 'WRT-style', $writee );
.htaccess000066600000000424151141751320006346 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>