1
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:
Jake Jarvis 2013-05-19 16:31:53 -04:00
parent 4c4207b776
commit 5c86484ab8
2 changed files with 4 additions and 12 deletions

View File

@ -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>

View File

@ -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>