introducing brochures components
This commit is contained in:
parent
75fdc97b05
commit
968d4b3d0c
|
|
@ -32,6 +32,20 @@ function redirect_to_demo_components_page()
|
|||
include(dirname(__DIR__, 1) . '/sitemap-progress.php');
|
||||
exit();
|
||||
}
|
||||
if ($_SERVER['REQUEST_URI'] == '/brochures-map') {
|
||||
global $wp_query;
|
||||
$wp_query->is_404 = false;
|
||||
status_header(200);
|
||||
include(dirname(__DIR__, 1) . '/brochures-map.php');
|
||||
exit();
|
||||
}
|
||||
if ($_SERVER['REQUEST_URI'] == '/nl/brochures-map') {
|
||||
global $wp_query;
|
||||
$wp_query->is_404 = false;
|
||||
status_header(200);
|
||||
include(dirname(__DIR__, 1) . '/brochures-map.php');
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user