mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-06-29 12:26:38 -04:00
remove references to apple touch icons for now
This commit is contained in:
@ -187,12 +187,8 @@ include_once('db_connect.php');
|
|||||||
<script src="<?php echo $site_url ?>/assets/js/html5shiv.js"></script>
|
<script src="<?php echo $site_url ?>/assets/js/html5shiv.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<!-- Fav and touch icons -->
|
<!-- Favicon -->
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-144-precomposed.png">
|
<link rel="shortcut icon" href="<?php echo $site_url ?>/assets/ico/favicon.png">
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-114-precomposed.png">
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-72-precomposed.png">
|
|
||||||
<link rel="apple-touch-icon-precomposed" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-57-precomposed.png">
|
|
||||||
<link rel="shortcut icon" href="<?php echo $site_url ?>/assets/ico/favicon.png">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -200,12 +200,8 @@ if(isset($_POST['password'])) {
|
|||||||
<script src="<?php echo $site_url ?>/assets/js/html5shiv.js"></script>
|
<script src="<?php echo $site_url ?>/assets/js/html5shiv.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<!-- Fav and touch icons -->
|
<!-- Favicon -->
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-144-precomposed.png">
|
<link rel="shortcut icon" href="<?php echo $site_url ?>/assets/ico/favicon.png">
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-114-precomposed.png">
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-72-precomposed.png">
|
|
||||||
<link rel="apple-touch-icon-precomposed" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-57-precomposed.png">
|
|
||||||
<link rel="shortcut icon" href="<?php echo $site_url ?>/assets/ico/favicon.png">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user