Knows those who follow github project page but if need to say it again, OpenCart will switching to twig template engine in new versions (Unless there is a decision change

PHP theme support will continue but by default it will be released with twig theme. It may take some time to get used to this change. Especially for developers(like me

=== PHP2TWIG ===
You can try following code immediately to see differences.
Code: Select all
<?php if ($hi == 'Hello Earthling') {
echo 'Hello Alien';
} ?>
Has been developed with this here library.