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:
@@ -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' ".
|
||||
|
||||
Reference in New Issue
Block a user