blob: 9942b1bea0d1a2041a47d1efd1e9aced2aa21443 [file] [log] [blame]
Rushabh Mehtaad45e312013-11-20 12:59:58 +05301# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
Rushabh Mehtae67d1fb2013-08-05 14:59:54 +05302# License: GNU General Public License v3. See license.txt
3
Anand Doshi9a4a13c2013-12-31 17:38:21 +05304from __future__ import unicode_literals
5
Rushabh Mehta793ba6b2014-02-14 15:47:51 +05306import frappe
Rushabh Mehtaf4de3332013-09-10 15:49:18 +05307
Rushabh Mehtac652a622013-12-16 12:48:22 +05308def update_website_context(context):
Anand Doshi580bc7c2013-11-12 11:50:00 +05309 if not context.get("favicon"):
10 context["favicon"] = "app/images/favicon.ico"