From 659be581130e7ca56dbcbf49e2b9bd6c49dfa82a Mon Sep 17 00:00:00 2001
From: Cameron <e107inc@gmail.com>
Date: Fri, 23 Dec 2016 19:13:05 -0800
Subject: [PATCH] Remove debug code.

---
 install.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install.php b/install.php
index bfb4c3d53..2c44a086b 100644
--- a/install.php
+++ b/install.php
@@ -1120,10 +1120,10 @@ class e_install
 				foreach($themes as $val)
 				{
 
-					if($val != 'bootstrap3' && $val != 'voux')
+					/*if($val != 'bootstrap3' && $val != 'voux')
 					{
-						continue; 
-					}
+						continue;
+					}*/
 
 					$themeInfo 	= $this->get_theme_xml($val);
 					$title 		= vartrue($themeInfo['@attributes']['name']);