5 lines
150 B
PHP
5 lines
150 B
PHP
<?php
|
|
st_theme_use_stylesheet('appAdditionalDescPlugin.css');
|
|
$smarty->assign('description2', $description2);
|
|
$smarty->display('show_right.html');
|
|
?>
|