diff --git a/tailwind/tailwind.css b/tailwind/tailwind.css index 2c42f30..da9588e 100644 --- a/tailwind/tailwind.css +++ b/tailwind/tailwind.css @@ -70,7 +70,6 @@ body { background-color: unset; - --body-bg: url('https://sephger.de/nkbg.png'); position: relative; z-index: -10; @apply min-h-screen; diff --git a/theme/functions.php b/theme/functions.php index 9e6b9ab..e120f54 100644 --- a/theme/functions.php +++ b/theme/functions.php @@ -396,7 +396,8 @@ function wowpress_add_category_meta($taxonomy) } //* Theme Options Page **/ - require_once(get_stylesheet_directory() . '/options/api.php'); + require_once(get_stylesheet_directory() . '/options/register.php'); + /** Global Helper functions */ function translate_string($string, $lang = "deu") diff --git a/theme/header.php b/theme/header.php index be72d9a..ae58529 100644 --- a/theme/header.php +++ b/theme/header.php @@ -26,6 +26,8 @@ global $user; diff --git a/theme/options/api.php b/theme/options/api.php index 95e4f11..28978e8 100644 --- a/theme/options/api.php +++ b/theme/options/api.php @@ -1,33 +1,4 @@
Einstellungen gespeichert!
+