| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/twentyfourteen.tar |
inline-style.php 0000666 00000000625 15115072246 0007703 0 ustar 00 <?php
/* Support for Twenty Fourteen theme */
$style = '
.page-template-builder-fullwidth-std #page {
max-width: 100%;
}
.page-template-builder-fullwidth-std .site::before {
display: none;
}
.page-template-builder-fullwidth-std .site-header {
max-width: 100%;
}
';
wp_add_inline_style( 'twentyfourteen-style', $style );
.htaccess 0000666 00000000424 15115140770 0006347 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>