From 9674bdef54e34e330dd134ca714a11863375bbc5 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Mon, 16 Jan 2017 13:40:57 +0100 Subject: [PATCH] Best directory for img --- htdocs/core/js/agenda_notification.js.php | 2 +- htdocs/theme/{eldy/img => common}/bell.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename htdocs/theme/{eldy/img => common}/bell.png (100%) diff --git a/htdocs/core/js/agenda_notification.js.php b/htdocs/core/js/agenda_notification.js.php index 3d2c80a9ab9..ad4b8cf1bdf 100644 --- a/htdocs/core/js/agenda_notification.js.php +++ b/htdocs/core/js/agenda_notification.js.php @@ -105,7 +105,7 @@ if(!($_SERVER['HTTP_REFERER'] === $dolibarr_main_url_root . '/' || $_SERVER['HTT var title = "trans('Agenda') ?>"; var extra = { - icon: "", + icon: "", body: body, tag: value['id'] }; diff --git a/htdocs/theme/eldy/img/bell.png b/htdocs/theme/common/bell.png similarity index 100% rename from htdocs/theme/eldy/img/bell.png rename to htdocs/theme/common/bell.png