brotherton-erpnext/erpnext/startup/webutils.py

10 lines
303 B
Python
Raw Normal View History

2013-11-20 07:29:58 +00:00
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
2014-02-14 10:17:51 +00:00
import frappe
2013-09-10 10:19:18 +00:00
def update_website_context(context):
2013-11-12 06:20:00 +00:00
if not context.get("favicon"):
context["favicon"] = "app/images/favicon.ico"