[Xfce4-commits] <www:master> Add apple-touch-icon for mobile devices.

Nick Schermer noreply at xfce.org
Tue Jul 9 19:22:01 CEST 2013


Updating branch refs/heads/master
         to 656e22dab95fb3f5443d43158673d80ce552d340 (commit)
       from 90120d304baca3b768c6cc71d2902a86733d1254 (commit)

commit 656e22dab95fb3f5443d43158673d80ce552d340
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Jul 9 19:19:37 2013 +0200

    Add apple-touch-icon for mobile devices.

 pages/header.php            |    1 +
 static/apple-touch-icon.png |  Bin 0 -> 4860 bytes
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pages/header.php b/pages/header.php
index dd69334..80f8178 100644
--- a/pages/header.php
+++ b/pages/header.php
@@ -15,6 +15,7 @@ else
 	<title><?php echo $title ?></title>
 	<link rel="icon" href="/favicon.ico" />
 	<link rel="stylesheet" media="screen" href="/style/css.php" type="text/css" />
+	<link rel="apple-touch-icon" href="<?php echo $static_media ?>/apple-touch-icon-iphone.png" />
 	<meta name="content-language" content="<?php echo $lang ?>" />
 <?php
 	if (isset ($head['description']))
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..1b2c413
Binary files /dev/null and b/static/apple-touch-icon.png differ


More information about the Xfce4-commits mailing list