Community Add-Ons
| Maintainers: | TiM-SE |
[TiM's osC Solutions] Display english for missing language files
for osCommerce Online Merchant v2.2
For admin panel only!
This contribution will display the english language file if the language file for the selected display language is missing.
Why not implement this feature in catalog?
osCommerce catalog is only including the system language file from application_top. The catalog language files are set in each document such as address_book.php, index.php, etc and will require way too many files to edit. There is no way to load a secondary language file since the scripts will still halt if the primary language file is missing due to the function require(languagefile).
Legend:
Download
Report
Update that won't leave an error incase a page is built for not having a language file.
