typo style fixes, added language selection

This commit is contained in:
Jonas Heinrich 2020-04-17 17:52:34 +02:00
parent e34d02a42e
commit 35b5df405b
7 changed files with 58 additions and 14 deletions

View file

@ -92,6 +92,14 @@
<div class="content-wrap">
<div class="header-lang">
<?php
if ( function_exists ( 'wpm_language_switcher' ) ) {
wpm_language_switcher ('list','name');
};
?>
</div>
<h1 class="header-logo-container">
<a href="<?php echo home_url(); ?>">
<span class="header-logo-text">KIT - Karlsruher Institut für Technologie</span>