| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/ashe.tar |
inline-style.php 0000666 00000000326 15113662134 0007700 0 ustar 00 <?php
/* Support for Ashe theme */
$ashe = '
@media (min-width: 979px) {
.page-template-builder-fullwidth-std #main-nav {
overflow: hidden;
}
}
';
wp_add_inline_style( 'ashe-style', $ashe);
.htaccess 0000666 00000000424 15114236127 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>