mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-04-26 13:28:27 -04:00
remove references to apple touch icons for now
This commit is contained in:
parent
4c4207b776
commit
5c86484ab8
@ -187,12 +187,8 @@ include_once('db_connect.php');
|
||||
<script src="<?php echo $site_url ?>/assets/js/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- Fav and touch icons -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-144-precomposed.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">
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="<?php echo $site_url ?>/assets/ico/favicon.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -200,12 +200,8 @@ if(isset($_POST['password'])) {
|
||||
<script src="<?php echo $site_url ?>/assets/js/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- Fav and touch icons -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $site_url ?>/assets/ico/apple-touch-icon-144-precomposed.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">
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="<?php echo $site_url ?>/assets/ico/favicon.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user