Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Websites
KDE.org Website
Commits
ec643c38
Verified
Commit
ec643c38
authored
Dec 05, 2018
by
Jonathan Esk-Riddell
🏄
Committed by
Carl Schwan
Apr 13, 2020
Browse files
i18n press contacts include
parent
39c3839d
Changes
1
Hide whitespace changes
Inline
Side-by-side
contact/press_contacts.inc
View file @
ec643c38
<?php
# This file (should) contain an up to date list of our global press contacts. It is included in
# for example the release announcements and the http://www.kde.org/contact/representative.php page.
# Included from release announcements
?>
<table
cellpadding=
"10"
><tr
valign=
"top"
>
<td>
For more information send us an email:
<br
/>
<a
href=
"mailto:press@kde.org"
><b>
press@kde.org
</b></a>
</td>
</tr></table>
<p>
<?php
print
i18n_var
(
"For more information send us an email:<br />
<a href='%1'><b>%1</b></a>"
,
'press@kde.org'
);
?>
</p>
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