graphonline/lang/backup/en/404.1420656987.php
2017-04-15 01:34:36 +03:00

12 lines
562 B
PHP
Executable File

<?php
$g_lang['m_title'] = '404 Page not found';
$g_lang['head'] = 'Page not found';
$g_lang['message'] = '<p>Sorry but page was not found on the server.</p>
<p>Perhaps these options can help you:</p>
<ul>
<li>Go to the <a href="' . SiteRoot() . '" title="Go to home page">home page</a></li>
<li>Return to the <a href="javascript:history.back()" title="Go to previous page">previous page</a></li>
</ul>';
?>