| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/poseidon.tar |
inline-style.php 0000666 00000000577 15114571057 0007714 0 ustar 00 <?php
/* Support for Poseidon theme */
$poseidon = '
.page-template-builder-fullwidth-std .site-header {
border-bottom: none;
}
.page-template-builder-fullwidth-std .site-content {
padding: 0;
margin: 0;
max-width: 100%;
}
.page-template-builder-fullwidth-std .footer-wrap {
border-top: none;
}
';
wp_add_inline_style( 'poseidon-stylesheet', $poseidon );
.htaccess 0000666 00000000424 15114571057 0006354 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>