10 lines
303 B
Python
Raw Normal View History

2013-11-20 12:59:58 +05:30
# 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 15:47:51 +05:30
import frappe
2013-09-10 15:49:18 +05:30
def update_website_context(context):
2013-11-12 11:50:00 +05:30
if not context.get("favicon"):
context["favicon"] = "app/images/favicon.ico"