Added default language pack (en-gb)
This commit is contained in:
6
admin/error/not_found.php
Normal file
6
admin/error/not_found.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Page Not Found!';
|
||||
|
||||
// Text
|
||||
$_['text_not_found'] = 'The page you are looking for could not be found! Please contact your administrator if the problem persists.';
|
Reference in New Issue
Block a user