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