Initial.
This commit is contained in:
5
hu/errorPages.php
Normal file
5
hu/errorPages.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?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.';
|
Reference in New Issue
Block a user