forked from kamba4/sunders
		
	added impressum as a var
This commit is contained in:
		
					parent
					
						
							
								9a141276ed
							
						
					
				
			
			
				commit
				
					
						7ab17a1af5
					
				
			
		
					 3 changed files with 3 additions and 1 deletions
				
			
		|  | @ -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