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

9 lines
186 B
PHP

<?php
use_helper('stUrl');
st_theme_use_stylesheet('stGiftCardPlugin.css');
$smarty->assign('return_url', st_url_for('stBasket/index'));
$smarty->display('order_save_error.html');
?>