Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cee7045f
authored
2022-02-09 16:50:28 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ddd
1 parent
aed9c291
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/understrap-child/inc/email-templates-package.php
wp-content/themes/understrap-child/inc/email-templates-package.php
View file @
cee7045
...
...
@@ -7,7 +7,7 @@ function download_email()
$title
=
$_REQUEST
[
'title'
];
$phone
=
$_REQUEST
[
'phone'
];
$designation
=
$_REQUEST
[
'designation'
];
$dir
=
'/var/www/html/production/
yournumbers.ca
/wp-content/uploads/email_templates/'
;
$dir
=
'/var/www/html/production/
fp-canada/current
/wp-content/uploads/email_templates/'
;
$url
=
'/wp-content/uploads/email_templates/'
;
ob_start
();
?>
...
...
Please
register
or
sign in
to post a comment