Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Fix: Apple touch icon - #818.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Apr 1, 2017
1 parent 26c4dce commit 85f6831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
New in 3.2.1.1
==============
- FIX: Issue #817: Incorrect header closing tags in header title area.
- FIX: Issue #818: Fix Apple touch icon.
- FIX: Font-awesome icon for the recycle bin.
- FIX: Font-awesome icon for the repositories.
- FIX: MyCourses default icon.
Expand Down
8 changes: 4 additions & 4 deletions layout/tiles/iosicons.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
?>

<link rel="apple-touch-icon-precomposed" sizes="57x57" href="<?php echo $iphoneicon ?>"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo $ipadicon ?>"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo $iphoneretinaicon ?>"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $ipadretinaicon ?>"/>
<link rel="apple-touch-icon" sizes="57x57" href="<?php echo $iphoneicon ?>"/>
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo $ipadicon ?>"/>
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo $iphoneretinaicon ?>"/>
<link rel="apple-touch-icon" sizes="144x144" href="<?php echo $ipadretinaicon ?>"/>

0 comments on commit 85f6831

Please sign in to comment.