Вход Регистрация
Файл: templates/_default_/special/error404.php
Строк: 17
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Страница не найдена</title>
        <style type="text/css">
            * { font-family: Arial; }
            html, body { height:100%; margin:0px; }
            h2, p { margin:0px; }
        </style>
    </head>
    <body>
        <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
            <tr>
                <td align="center">
                    <table border="0" cellpadding="0" cellspacing="0" >
                        <tr>
                            <td width="140">
                                <img src="/templates/<?php echo cmsConfig::getConfig('template');?>/special/images/error404.png" />
                            </td>
                            <td>
                                <h2>Страница не найдена &mdash; 404</h2>
                                <p>Возможно, она была удалена или перемещена.</p>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    </body>
</html>
Онлайн: 0
Реклама