01_FHEMWEB.pm: take fhemicon_ios from the iconPath (Forum #41545)

git-svn-id: https://svn.fhem.de/fhem/trunk@9351 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-10-03 12:16:44 +00:00
parent 02429de592
commit 88c9ddb3a9

View File

@@ -716,7 +716,8 @@ FW_answerCall($)
# Enable WebApps
if($FW_tp || $FW_ss) {
my $icon = $FW_ME."/images/default/fhemicon_ios.png";
my $icon = FW_iconPath("fhemicon_ios.png");
$icon = $FW_ME."/images/".($icon ? $icon : "default/fhemicon_ios.png");
if($FW_ss) {
my $stf = $FW_userAgent =~ m/iPad|iPhone|iPod/ ? ",shrink-to-fit=no" :"";
FW_pO "<meta name='viewport' ".