I searched OC3.0 subforum for "tlp" keyword and found nothing, so this is perhaps a new thing...
I have a problem with a theme that uses *.tlp file type. When I upload it and then install through selecting new folder in Extension->Extension->Theme, nothing changes and I still see the default theme.
I tried to repeat the same process with a theme that uses new twig language and file type, and everything worked as expected.
If I convert one of the *.tlp files from the theme that doesn't get recognized into *.twig, OC recognizes and implements theme, but just that file.
Which made me think there is an issue with *.tlp support although it was stated that OC will continue to support it. I then looked through files and settings to perhaps find any related setting, and I found this file:
system->config->default.php
Which has on line 48 this code:
Code: Select all
$_['template_engine'] = 'twig';
Any help would be much appreciated!
Thank you.