diff --git a/include/views/default/crunchbutton/bundle/js.phtml b/include/views/default/crunchbutton/bundle/js.phtml
index 6f089cde1..11a7112d7 100644
--- a/include/views/default/crunchbutton/bundle/js.phtml
+++ b/include/views/default/crunchbutton/bundle/js.phtml
@@ -105,6 +105,7 @@ $(function() {
endif ; ?>
+
diff --git a/include/views/default/crunchbutton/frontend/home.phtml b/include/views/default/crunchbutton/frontend/home.phtml
index f42631f06..0519ecba6 100644
--- a/include/views/default/crunchbutton/frontend/home.phtml
+++ b/include/views/default/crunchbutton/frontend/home.phtml
@@ -1,85 +1 @@
-
-
-
Push a button. Get Food.
-
- Order the top food in your area.
-
- After you order, everything is saved for future 1 click ordering.
-
- Enter your Address:
-
-
-
-
Push a button. Get Food.
-
- Order the top food in your area.
-
- After you order, everything is saved for future 1 click ordering.
-
- Enter your Address:
-
-
-
-
+
+
Push a button. Get Food.
+
+ Order the top food in your area.
+
+ After you order, everything is saved for future 1 click ordering.
+
+ Enter your Address:
+
+
+
+
diff --git a/include/views/default/crunchbutton/home/index.phtml b/include/views/default/crunchbutton/home/index.phtml
index 4d277515a..45c9f2c34 100644
--- a/include/views/default/crunchbutton/home/index.phtml
+++ b/include/views/default/crunchbutton/home/index.phtml
@@ -1,3 +1,5 @@
+
+ /*
if ($this->restaurant->id_restaurant) : ?>
$this->title = $this->restaurant->name.' | '.$this->community->name.' Food Delivery | Order from '.($this->community->name_alt() ? $this->community->name_alt() : 'Local').' Restaurants | Crunchbutton';
@@ -168,4 +170,6 @@
- endif ; ?>
\ No newline at end of file
+ endif ; ?>
+
+*/ ?>
\ No newline at end of file
diff --git a/include/views/default/crunchbutton/layout/html.bottom.phtml b/include/views/default/crunchbutton/layout/html.bottom.phtml
index 7c9b2e353..ba43f06ba 100644
--- a/include/views/default/crunchbutton/layout/html.bottom.phtml
+++ b/include/views/default/crunchbutton/layout/html.bottom.phtml
@@ -1,5 +1,5 @@
- if ((Cana::env() != 'live' ) && (isset($this->restaurant)) && (!$this->restaurant->open()) ) :?>
+ if ((Cana::env() != 'live' ) && (isset($this->restaurant)) && (!$this->restaurant->open()) ) : ?>
endif?>
@@ -39,7 +39,7 @@ if( App ){