Fibinger Ádám
2020-06-04 ffa7c6f5c007dfc826aef0ca27d23bb69bbeed7e
1
2
3
4
5
6
7
8
<?php
include_once "common/base.php";
 
$html_content = $twig->render('overlays/start-soon.twig');
file_put_contents('../esl-overlay/overlays/start-soon.html', $html_content);
 
$html_content = $twig->render('overlays/interrogacion.twig');
file_put_contents('../esl-overlay/overlays/interview.html', $html_content);