2013-11-20 07:29:58 +00:00
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
2013-08-05 09:29:54 +00:00
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2013-12-31 12:08:21 +00:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
2014-02-14 10:17:51 +00:00
|
|
|
import frappe
|
2013-09-10 10:19:18 +00:00
|
|
|
|
2013-12-16 07:18:22 +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"
|