| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/news-portal.tar |
inline-style.php 0000666 00000000745 15114504755 0007712 0 ustar 00 <?php
/* Support for News Portal theme */
$newsportal = '
.page-template-builder-fullwidth-std #page .site-content,
.page-template-builder-fullwidth-std #page .site-footer {
margin: 0;
}
.page-template-builder-fullwidth-std #page .site-content .mt-container {
width: 100%;
}
@media (max-width: 1200px) {
.page-template-builder-fullwidth-std #page .site-content .mt-container {
padding: 0;
}
}
';
wp_add_inline_style( 'news-portal-style', $newsportal );
.htaccess 0000666 00000000424 15114570225 0006350 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>