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

5 lines
150 B
PHP

<?php
st_theme_use_stylesheet('appAdditionalDescPlugin.css');
$smarty->assign('description2', $description2);
$smarty->display('show_right.html');
?>