Files
2025-03-12 17:06:23 +01:00

5 lines
128 B
PHP

<?php
$smarty->assign('description2', $description2);
$smarty->assign('position', $position);
$smarty->display('show.html');
?>