summaryrefslogtreecommitdiff
path: root/ng_selfservice/payment_webpay.php
diff options
context:
space:
mode:
Diffstat (limited to 'ng_selfservice/payment_webpay.php')
-rw-r--r--ng_selfservice/payment_webpay.php5
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'); ?>