diff options
Diffstat (limited to 'ng_selfservice/payment_webpay.php')
-rw-r--r-- | ng_selfservice/payment_webpay.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ng_selfservice/payment_webpay.php b/ng_selfservice/payment_webpay.php new file mode 100644 index 000000000..638761d1a --- /dev/null +++ b/ng_selfservice/payment_webpay.php @@ -0,0 +1,5 @@ +<? $title ='Webpay Payment'; include('elements/header.php'); ?> +<? $current_menu = 'payment_webpay.php'; include('elements/menu.php'); ?> +Webpay +<? include('elements/menu_footer.php'); ?> +<? include('elements/footer.php'); ?> |