Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gofeminin.de
signature-generator
Commits
f066a073
Commit
f066a073
authored
Mar 20, 2017
by
Marco Kellershoff
Browse files
Replace corp_phone string
parent
5ca2fe8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
sig.php
View file @
f066a073
...
...
@@ -41,8 +41,9 @@ $template_contents = str_replace(
'{{jobtitle}}'
,
'{{email}}'
,
'{{telephone}}'
,
'{{corp_phone}}'
,
'{{fax}}'
,
'<!-- NEWS_GIF -->'
'<!-- NEWS_GIF -->'
),
array
(
get_post_data_by_key
(
'firstname'
),
...
...
@@ -50,6 +51,7 @@ $template_contents = str_replace(
get_post_data_by_key
(
'jobtitle'
),
get_post_data_by_key
(
'email'
),
get_post_data_by_key
(
'telephone'
),
$corp_phone
,
get_post_data_by_key
(
'fax'
),
$newsContent
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment