diff --git a/catalog/admin/includes/languages/english/store_logo.php b/catalog/admin/includes/languages/english/store_logo.php index 62f1799ff..fa74b9fdc 100644 --- a/catalog/admin/includes/languages/english/store_logo.php +++ b/catalog/admin/includes/languages/english/store_logo.php @@ -15,7 +15,11 @@ define('TEXT_LOGO_IMAGE', 'New Logo:'); define('TEXT_FORMAT_AND_LOCATION', 'The store logo must be in .png or .jpg or .gif format and will be saved into:'); +define('TEXT_FAVICON_IMAGE', 'New Favicon:'); +define('TEXT_FAVICON_FORMAT_AND_LOCATION', 'The store favicon must be in ICO format with size 16x16px and will be saved as:'); + define('SUCCESS_LOGO_UPDATED', 'Success: The store logo has successfully been updated!'); +define('SUCCESS_FAVICON_UPDATED', 'Success: The favicon image has successfully been updated!'); define('ERROR_IMAGES_DIRECTORY_NOT_WRITEABLE', 'Error: The images directory cannot be uploaded to. (click here to review the directory permissions)'); ?> diff --git a/catalog/admin/includes/template_top.php b/catalog/admin/includes/template_top.php index ca0ac3f05..a06f0ad77 100644 --- a/catalog/admin/includes/template_top.php +++ b/catalog/admin/includes/template_top.php @@ -17,6 +17,7 @@