typo style fixes, added language selection
This commit is contained in:
parent
e34d02a42e
commit
35b5df405b
7 changed files with 58 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue