AzuraCast/templates/partials/icons.phtml

23 lines
1.5 KiB
PHTML

<?php
/**
* @var App\Customization $customization
*/
?>
<link rel="apple-touch-icon" sizes="57x57" href="<?=$customization->getBrowserIconUrl(57)?>">
<link rel="apple-touch-icon" sizes="60x60" href="<?=$customization->getBrowserIconUrl(60)?>">
<link rel="apple-touch-icon" sizes="72x72" href="<?=$customization->getBrowserIconUrl(72)?>">
<link rel="apple-touch-icon" sizes="76x76" href="<?=$customization->getBrowserIconUrl(76)?>">
<link rel="apple-touch-icon" sizes="114x114" href="<?=$customization->getBrowserIconUrl(114)?>">
<link rel="apple-touch-icon" sizes="120x120" href="<?=$customization->getBrowserIconUrl(120)?>">
<link rel="apple-touch-icon" sizes="144x144" href="<?=$customization->getBrowserIconUrl(144)?>">
<link rel="apple-touch-icon" sizes="152x152" href="<?=$customization->getBrowserIconUrl(152)?>">
<link rel="apple-touch-icon" sizes="180x180" href="<?=$customization->getBrowserIconUrl(180)?>">
<link rel="icon" type="image/png" sizes="192x192" href="<?=$customization->getBrowserIconUrl(192)?>">
<link rel="icon" type="image/png" sizes="32x32" href="<?=$customization->getBrowserIconUrl(32)?>">
<link rel="icon" type="image/png" sizes="96x96" href="<?=$customization->getBrowserIconUrl(96)?>">
<link rel="icon" type="image/png" sizes="16x16" href="<?=$customization->getBrowserIconUrl(16)?>">
<meta name="msapplication-TileColor" content="#2196F3">
<meta name="msapplication-TileImage" content="<?=$customization->getBrowserIconUrl(144)?>">
<meta name="theme-color" content="#2196F3">