mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-24 05:08:36 -05:00
<br> handler for POLICY_PHONE
This commit is contained in:
parent
cbc5fd2854
commit
ba6e3f4144
@ -42,7 +42,9 @@
|
|||||||
echo POLICY_NAME . "<br>";
|
echo POLICY_NAME . "<br>";
|
||||||
echo ADDRESS . "<br>";
|
echo ADDRESS . "<br>";
|
||||||
echo POLICY_MAIL . "<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 '<h2>' . _("What personal data we collect and why") . '</h2>';
|
||||||
echo '<h3>' . _("Global") . "</h3>";
|
echo '<h3>' . _("Global") . "</h3>";
|
||||||
|
Loading…
Reference in New Issue
Block a user