[favicon] light grey for erpnext

This commit is contained in:
Rushabh Mehta 2015-04-16 12:41:42 +05:30
parent 600aa622b1
commit 2e7c36ec99
3 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,11 @@ update_website_context = "erpnext.shopping_cart.utils.update_website_context"
my_account_context = "erpnext.shopping_cart.utils.update_my_account_context"
email_append_to = ["Job Applicant", "Opportunity", "Issue"]
website_context = {
"favicon": "/assets/erpnext/images/favicon.png"
}
website_route_rules = [
{"from_route": "/orders", "to_route": "Sales Order"},
{"from_route": "/orders/<name>", "to_route": "print", "defaults": {"doctype": "Sales Order"}},
@ -101,3 +106,4 @@ get_translated_dict = {
("page", "setup-wizard"): "frappe.geo.country_info.get_translated_dict",
("doctype", "Global Defaults"): "frappe.geo.country_info.get_translated_dict"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB