Fibinger Ádám
2020-09-10 f2e0b5357a6f019780773cb87cc5c633b27c88f2
commit | author | age
2b49a0 1 <?php
c5946f 2 include_once "common/base.php";
812087 3
c5946f 4 $html_content = $twig->render('overlays/start-soon.twig');
cffd2c 5 file_put_contents('../esl-overlay/overlays/start-soon.html', $html_content);
2b49a0 6
cffd2c 7 $html_content = $twig->render('overlays/interrogacion.twig');
8 file_put_contents('../esl-overlay/overlays/interview.html', $html_content);