|
Here's what I did to fix it:
create a file in your libs directory called "lang.conf"
In that file, paste the following: <?php
include_once ('./languages/lang_english.conf');
?>
That should make it reverse compatible, but I still found some incompatibilities in the templates. This gave me about 95% compatibility with 9.5. Enough to change the template back, anyway.
|