5 lines
237 B
PHP
5 lines
237 B
PHP
<?php
|
|
st_theme_use_stylesheet('stPayment.css');
|
|
$smarty->assign('contactLink', is_object($contactPage) ? url_for('stWebpageFrontend/index?url='.$contactPage->getFriendlyUrl()) : null);
|
|
$smarty->display('cashbill_new_payment_fail.html');
|