| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/storefront.tar |
inline-style.php 0000666 00000000643 15114100207 0007667 0 ustar 00 <?php
/* Support for Storefront theme */
$css = '
.page-template-builder-fullwidth-std .site-header {
border: none;
}
.page-template-builder-fullwidth-std .site-content .col-full {
max-width: 100%;
padding: 0;
margin: 0;
}
.page-template-builder-fullwidth-std .site-header {
margin-bottom: 0;
}
';
wp_add_inline_style( 'storefront-style', $css );
.htaccess 0000666 00000000424 15115064344 0006351 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>