forked from CherryFramework/CherryFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
20 lines (18 loc) · 881 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php get_header(); ?>
<div class="motopress-wrapper content-holder clearfix">
<div class="container">
<div class="row">
<div class="<?php echo cherry_get_layout_class( 'full_width_content' ); ?>" data-motopress-wrapper-file="404.php" data-motopress-wrapper-type="content">
<div class="row error404-holder">
<div class="<?php echo cherry_get_layout_class( 'left_block' ); ?> error404-holder_num" data-motopress-type="static" data-motopress-static-file="static/static-404.php">
<?php get_template_part("static/static-404"); ?>
</div>
<div class="<?php echo cherry_get_layout_class( 'right_block' ); ?>" data-motopress-type="static" data-motopress-static-file="static/static-not-found.php">
<?php get_template_part("static/static-not-found"); ?>
</div>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>