4 lines
97 B
PHP
4 lines
97 B
PHP
<?php
|
|
$smarty->assign("description2",$description2);
|
|
$smarty->display('tab_description.html');
|
|
?>
|