Changes theme to solstice
diff --git a/_projectCommon.php b/_projectCommon.php index 5e9c698..bf73fc1 100644 --- a/_projectCommon.php +++ b/_projectCommon.php
@@ -1,8 +1,8 @@ <?php # set default theme - $_theme = "Nova"; - $theme = "Nova"; + $_theme = "solstice"; + $theme = "solstice"; if(isset($_POST['theme'])) { $_theme = $_POST['theme']; }