Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/online-shop.tar

.htaccess000066600000000424151145707750006362 0ustar00<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>inline-style.php000066600000000741151145707750007713 0ustar00<?php
/* Support for Online Shop theme */
$style = '
		.page-template-builder-fullwidth-std .site-header .header-wrapper {
			padding-bottom: 0;
		}
		.page-template-builder-fullwidth-std .site-content {
			width: 100%;
		}
		.page-template-builder-fullwidth-std .site-content .breadcrumbs {
			display: none;
		}
		@media (max-width: 992px) {
			.page-template-builder-fullwidth-std .site-content {
				padding: 0;
			}
		}
	';
wp_add_inline_style( 'online-shop-style', $style );