adding missing definition for $theme = "Nova";
diff --git a/index.php b/index.php
index 7e8cc54..37a4bd7 100755
--- a/index.php
+++ b/index.php
@@ -6,6 +6,7 @@
 $App = new App();
 $Nav = new Nav();
 $Menu = new Menu();
+$theme = "Nova";
 include ($App->getProjectCommon()); // All on the same line to unclutter the user's desktop'
 require_once ($_SERVER['DOCUMENT_ROOT'] . "/stem/functions.php");