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

4 lines
97 B
PHP

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