Files
grzanieplus.pl/plugins/appExtCodePlugin/modules/appExtCodeFrontend/templates/_beforeHead.php
2025-03-12 17:06:23 +01:00

5 lines
108 B
PHP

<?php
$smarty->assign('code', $code);
$smarty->assign('lang', $lang);
$smarty->display('before_head.html');