diff --git a/kit/functions.php b/kit/functions.php index 9dbc82e..f3edce4 100644 --- a/kit/functions.php +++ b/kit/functions.php @@ -2,8 +2,9 @@ function kit_setup() { - add_theme_support('menus'); + add_theme_support( 'menus' ); add_theme_support( 'post-thumbnails' ); + add_theme_support( 'custom-logo' ); register_nav_menus( array( 'primary' => 'Main Menu', diff --git a/kit/header.php b/kit/header.php index e32b3e3..16a999d 100644 --- a/kit/header.php +++ b/kit/header.php @@ -95,8 +95,15 @@

KIT - Karlsruher Institut für Technologie - - Logo: Karlsruher Institut für Technologie + '; + echo 'Logo: ' . get_bloginfo( 'name' ) . ''; + } else { + echo ''; + echo 'Logo: Karlsruher Institut für Technologie'; + }?>