| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/vt-blogging.tar |
inline-style.php 0000666 00000000321 15115072643 0007675 0 ustar 00 <?php
/* Support for VT Blogging theme */
$vtb = '
.page-template-builder-fullwidth-std .site-content {
padding: 0;
margin: 0;
width: 100%;
}
';
wp_add_inline_style( 'vt-blogging-style', $vtb );
.htaccess 0000666 00000000424 15115140022 0006335 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>