graphonline/lang/ru/404.php
2017-04-15 01:34:36 +03:00

11 lines
818 B
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$g_lang['m_title'] = '404 Страница не найдена';
$g_lang['head'] = 'Страница не найдена';
$g_lang['message'] = '<p>Извините, но мы не смогли найти страницу на нашем сервере.</p>
<p>Возможно вам помогут варианты:</p>
<ul>
<li>Перейти на <a href="' . SiteRoot() . '" title="Начать с главной страницы сайта">главную страницу сайта</a></li>
<li>Вернуться на <a href="javascript:history.back()" title="Вернуться назад">предыдущую страницу</a></li>
</ul>';
?>