Files
grzanieplus.pl/apps/frontend/modules/stUser/templates/showRight2CancelSuccess.php
2025-03-12 17:06:23 +01:00

6 lines
189 B
PHP

<?php
use_helper('stUrl');
st_theme_use_stylesheet('stUser.css');
$smarty = new stSmarty('stUser');
$smarty->assign('webpage', $webpage);
$smarty->display('user_show_right_2_cancel.html');