fix to profile_settings
diff --git a/erpnext/startup/startup.js b/erpnext/startup/startup.js
index 9ca3adc..785b8ad 100644
--- a/erpnext/startup/startup.js
+++ b/erpnext/startup/startup.js
@@ -85,8 +85,8 @@
 
 		// border to the body
 		// ------------------
-		//$('footer').html('<div class="web-footer erpnext-footer">\
-		//	<a href="#!attributions">ERPNext | Attributions and License</a></div>');
+		$('footer').html('<div class="web-footer erpnext-footer">\
+			<a href="#!attributions">ERPNext | Attributions and License</a></div>');
 
 		// complete registration
 		if(in_list(user_roles,'System Manager') && (wn.boot.setup_complete=='No')) {