summaryrefslogtreecommitdiff
path: root/ng_selfservice/payment_paypal.php
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-02 11:53:40 -0700
committerIvan Kohler <ivan@freeside.biz>2013-07-02 11:53:40 -0700
commita563de5fc2f42abf16fbcfda7cf5bc5f1ce794e7 (patch)
tree21ed995983a9ef1f51055c8e4c6c6300863c5c66 /ng_selfservice/payment_paypal.php
parent93f2d729dcc5c1bbf424a61ee49b985a4e3ed1d6 (diff)
selfservice, TNG, RT#22193
Diffstat (limited to 'ng_selfservice/payment_paypal.php')
-rw-r--r--ng_selfservice/payment_paypal.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/ng_selfservice/payment_paypal.php b/ng_selfservice/payment_paypal.php
new file mode 100644
index 0000000..a226089
--- /dev/null
+++ b/ng_selfservice/payment_paypal.php
@@ -0,0 +1,5 @@
+<? $title ='PayPal Payment'; include('elements/header.php'); ?>
+<? $current_menu = 'payment_paypal.php'; include('elements/menu.php'); ?>
+PayPal payment
+<? include('elements/menu_footer.php'); ?>
+<? include('elements/footer.php'); ?>