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
09a8bc0c
Commit
09a8bc0c
authored
Apr 24, 2017
by
Marco Kellershoff
Browse files
Fix boxstories.de
parent
39621c63
Changes
1
Hide whitespace changes
Inline
Side-by-side
sig.php
View file @
09a8bc0c
...
...
@@ -23,7 +23,7 @@ switch ( PORTAL ) {
$newsContent
=
"<tr><td width=
\"
100%
\"
style=
\"
max-widht:600px;
\"
align=
\"
left
\"
><a href=
\"
http://www.gofeminin.de/
\"
target=
\"
_blank
\"
><img src=
\"
http://www.gofeminin.de/reloaded/emailSignature.gif
\"
border=
\"
0
\"
/></a></td></tr>"
;
}
}
else
if
(
get_post_data_by_key
(
'newsgif'
)
===
''
)
{
}
else
if
(
get_post_data_by_key
(
'newsgif'
)
===
''
&&
get_post_data_by_key
(
'boxstories'
)
===
''
)
{
$template_contents
=
file_get_contents
(
'templates/gofeminin_without_newsgif.html'
);
}
else
if
(
get_post_data_by_key
(
'newsgif'
)
===
''
&&
get_post_data_by_key
(
'boxstories'
)
===
'true'
)
{
$template_contents
=
file_get_contents
(
'templates/gofeminin_without_newsgif_boxstories.html'
);
...
...
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