1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Downloads: #2544 download meta tags. Apple-icon fix.

This commit is contained in:
Cameron
2017-03-31 14:58:22 -07:00
parent d571bd33d8
commit 3c65faf6e3
2 changed files with 23 additions and 3 deletions

View File

@@ -227,7 +227,7 @@ if (is_array($pref['e_meta_list']))
if(isset($pref['sitebutton']))
{
$appleIcon = $tp->thumbUrl($pref['sitebutton'],'w=144&h=144&crop=1',true);
$appleIcon = $tp->thumbUrl($pref['sitebutton'],'w=144&h=144&crop=1',null, true);
echo "<link rel='apple-touch-icon' href='".$appleIcon."' />\n";
unset($appleIcon);
}