[ Video Sharing CMS v4 ] Add Web Site Bookmark Icon to the Homescreen

Started by Luiggy,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LuiggyTopic starter

Hi,

How and where to add this code?
<link href="{$baseurl}apple-touch-icon-152x152.png" rel="apple-touch-icon-precomposed" sizes="152x152" />

I already uploaded the apple-touch-icon-152x152.png on tpl/main/images but I want to make sure to set up the right code and on the right folder.

Thanks!!!
  •  

PHPVibe A.

Hi, tpl/main/tpl.globals.php

Read http://www.phpvibe.com/understanding-the-phpvibe-header-and-footer-coding/

For example before

<!-- Bootstrap -->


code:

<link href="'.site_url().'apple-touch-icon-152x152.png" rel="apple-touch-icon-precomposed" sizes="152x152" />

LuiggyTopic starter

  •  

LuiggyTopic starter

  •  

Similar topics (7)