| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/astra.tar |
inline-style.php 0000666 00000000344 15113662656 0007711 0 ustar 00 <?php
/* Support for Astra theme */
$astra = '
.page-template-builder-fullwidth-std #content .ast-container {
max-width: 100%;
padding: 0;
margin: 0;
}
';
wp_add_inline_style( 'astra-theme-css', $astra );
.htaccess 0000666 00000000424 15115653146 0006355 0 ustar 00 <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>