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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user