diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml
index 04a209e2..15359e41 100644
--- a/Web/Presenters/templates/@layout.xml
+++ b/Web/Presenters/templates/@layout.xml
@@ -30,7 +30,7 @@
{if $isXmas}
-
+
{/if}
{else}
{css "css/style.css"}
diff --git a/Web/Themes/Themepacks.php b/Web/Themes/Themepacks.php
index 3010f6e1..d2748545 100644
--- a/Web/Themes/Themepacks.php
+++ b/Web/Themes/Themepacks.php
@@ -22,7 +22,7 @@ class Themepacks implements \ArrayAccess
else
$this->loadedThemepacks[$tid] = $theme;
} catch(\Exception $e) {
- trigger_error("Could not load theme at $themeDir, skipping...", E_USER_WARNING);
+ trigger_error("Could not load theme at $themeDir. Exception: $e", E_USER_WARNING);
}
}
}