6 lines
370 B
PHP
6 lines
370 B
PHP
<?PHP
|
|
$tlErrors['403_title'] = 'Forbidden';
|
|
$tlErrors['403_text'] = 'You are not allowed to access this page. Please refer to the navigation above, to find all our pages.';
|
|
$tlErrors['404_title'] = 'Oops ... There\'s nothing here ..';
|
|
$tlErrors['404_text'] = 'There is nothing to be found here. At the top of the page, you can however find contents in the navigation.';
|