5 lines
128 B
PHP
5 lines
128 B
PHP
<?php
|
|
$smarty->assign('description2', $description2);
|
|
$smarty->assign('position', $position);
|
|
$smarty->display('show.html');
|
|
?>
|