forked from kamba4/sunders
added impressum as a var #20
3 changed files with 3 additions and 1 deletions
commit
7ab17a1af5
|
|
@ -30,6 +30,7 @@ services:
|
|||
DEFAULT_LAT: 0
|
||||
DEFAULT_LON: 0
|
||||
DEFAULT_LANGUAGE: en
|
||||
IMPRESSUM_URL: https://hamburg.ccc.de/imprint/
|
||||
ports:
|
||||
- "8080:80"
|
||||
depends_on:
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
define('DEFAULT_LANGUAGE', getenv('DEFAULT_LANGUAGE') ?: 'en');
|
||||
define('DEFAULT_PIE', 'country');
|
||||
define('DEFAULT_TIME', 'single');
|
||||
define('IMPRESSUM_URL', getenv('IMPRESSUM_URL') ?: '');
|
||||
|
||||
define('MYSQL_HOST', getenv('MYSQL_HOST') ?: '');
|
||||
define('MYSQL_DB', getenv('MYSQL_DB') ?: '');
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@
|
|||
<br><br>
|
||||
❖
|
||||
<br><br><br>
|
||||
<a href="https://hamburg.ccc.de/imprint/">Impressum</a>
|
||||
<a href="<?php echo IMPRESSUM_URL?>">Impressum</a>
|
||||
<br><br>
|
||||
<?php echo translate($i18nCommon, $i18nCommonDefault, 'gdpr', [], [], []); ?>
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue