summaryrefslogtreecommitdiff
path: root/httemplate/edit/payment_gateway.html
diff options
context:
space:
mode:
authorivan <ivan>2006-01-31 04:26:54 +0000
committerivan <ivan>2006-01-31 04:26:54 +0000
commitc1bb4ddb71147d0571bd301a6d8c452fdf0e1bc9 (patch)
treeaceba418d4d41bdec62b95f5d20b2b9a2993cceb /httemplate/edit/payment_gateway.html
parent7066204f45124e0100d5330cce63584ff9e4bacb (diff)
move header() to include(/elements/header.html) so it can be changed in one place, thanks to Scott Edwards
Diffstat (limited to 'httemplate/edit/payment_gateway.html')
-rw-r--r--httemplate/edit/payment_gateway.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/payment_gateway.html b/httemplate/edit/payment_gateway.html
index 33cc236..cf825df 100644
--- a/httemplate/edit/payment_gateway.html
+++ b/httemplate/edit/payment_gateway.html
@@ -17,7 +17,7 @@ my $action = $payment_gateway->gatewaynum ? 'Edit' : 'Add';
%>
-<%= header("$action Payment gateway", menubar(
+<%= include("/elements/header.html","$action Payment gateway", menubar(
'Main Menu' => $p,
'View all payment gateways' => $p. 'browse/payment_gateway.html',
)) %>