5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
$smarty->assign('content',$main_text->getContent());
|
|
$smarty->display('main_text.html')
|
|
;?>
|