added products, custom pages and footer
diff --git a/erpnext/startup/startup.js b/erpnext/startup/startup.js
index f97eb39..70dcfc4 100644
--- a/erpnext/startup/startup.js
+++ b/erpnext/startup/startup.js
@@ -28,13 +28,13 @@
 		wn.require('erpnext/startup/toolbar.js');
 		erpnext.toolbar.setup();
 		wn.require('erpnext/startup/feature_setup.js');
+
+		// border to the body
+		// ------------------
+		$('footer').html('<div class="erpnext-footer">\
+			Powered by <a href="https://erpnext.com">ERPNext</a></div>');
 	}
 	
-	// border to the body
-	// ------------------
-	$('footer').html('<div class="erpnext-footer">\
-		Powered by <a href="https://erpnext.com">ERPNext</a></div>');
-
 	$('#startup_div').toggle(false);
 }