Rushabh Mehta | ad45e31 | 2013-11-20 12:59:58 +0530 | [diff] [blame] | 1 | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors |
Rushabh Mehta | e67d1fb | 2013-08-05 14:59:54 +0530 | [diff] [blame] | 2 | # License: GNU General Public License v3. See license.txt |
| 3 | |
Anand Doshi | 9a4a13c | 2013-12-31 17:38:21 +0530 | [diff] [blame] | 4 | from __future__ import unicode_literals |
| 5 | |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 6 | import frappe |
Rushabh Mehta | f4de333 | 2013-09-10 15:49:18 +0530 | [diff] [blame] | 7 | |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 8 | def update_website_context(context): |
Anand Doshi | 580bc7c | 2013-11-12 11:50:00 +0530 | [diff] [blame] | 9 | if not context.get("favicon"): |
| 10 | context["favicon"] = "app/images/favicon.ico" |