From 9e4d1f3300a1fa2880004f623429f0996708d56a Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Mon, 29 Jul 2013 15:18:54 +0000 Subject: [PATCH] FHEMWEB iconPath: change the default to default... git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3531 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/01_FHEMWEB.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm index 11167b117..7f174fc65 100755 --- a/fhem/FHEM/01_FHEMWEB.pm +++ b/fhem/FHEM/01_FHEMWEB.pm @@ -381,7 +381,7 @@ FW_answerCall($) $FW_ss = ($FW_sp =~ m/smallscreen/); $FW_tp = ($FW_sp =~ m/smallscreen|touchpad/); @FW_iconDirs = grep { $_ } split(":", AttrVal($FW_wname, "iconPath", - "$FW_sp:fhemSVG:openautomation:default")); + "$FW_sp:default:fhemSVG:openautomation")); # /icons/... => current state of ... # also used for static images: unintended, but too late to change @@ -2976,9 +2976,8 @@ FW_ActivateInform()
  • iconPath
    colon separated list of directories where the icons are read from. The directories start in the fhem/www/images directory. The default is - $styleSheetPrefix:fhemSVG:openautomation:default
    - Set it to fhemSVG:openautomation to get only SVG images, or to default - to get the "old-style" images. + $styleSheetPrefix:default:fhemSVG:openautomation
    + Set it to fhemSVG:openautomation to get only SVG images.