error404Success.php 512 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php include(sfConfig::get('sf_app_template_dir') . '/header.php'); ?>
<?php include(sfConfig::get('sf_app_template_dir') . '/top.php'); ?>

<div class="page404">

    <div class="page404_text">Запрашиваемая страница не существует</div>
    <div class="page404_big404">404</div>

    <?php


    ?>


    <i class="br50"></i>
</div>

<?php include(sfConfig::get('sf_app_template_dir') . '/bottom.php'); ?>
<?php include(sfConfig::get('sf_app_template_dir') . '/footer.php'); ?>