<br> handler for POLICY_PHONE

This commit is contained in:
jhuesser 2018-08-02 10:07:59 +02:00 committed by Thomas Nilsen
parent cbc5fd2854
commit ba6e3f4144
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@
echo POLICY_NAME . "<br>";
echo ADDRESS . "<br>";
echo POLICY_MAIL . "<br>";
echo POLICY_PHONE . "<br>";
if(defined('POLICY_PHONE') && POLICY_PHONE != ""){
echo POLICY_PHONE . "<br>";
}
echo '<h2>' . _("What personal data we collect and why") . '</h2>';
echo '<h3>' . _("Global") . "</h3>";