mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-17 08:36:20 +00:00
12 lines
562 B
PHP
Executable File
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>';
|
|
?>
|