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

5 lines
98 B
PHP

<?php
$smarty->assign('content',$main_text->getContent());
$smarty->display('main_text.html')
;?>