Added default language pack (en-gb)
This commit is contained in:
6
catalog/error/not_found.php
Normal file
6
catalog/error/not_found.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'The page you requested cannot be found!';
|
||||
|
||||
// Text
|
||||
$_['text_error'] = 'The page you requested cannot be found.';
|
Reference in New Issue
Block a user