Where Is The Iphone Bookmark Icon - How Do I Customize It?

I've noticed that Aqua-Soft installs with a default iPhone desktop icon (when you save a page as a desktop bookmark), but I want to change it to my own - I do this with my other sites. Normally I just put apple-touch-icon.png in the root of my Website, but it doesn't work here. I'm guessing something is in the <head> element to look for this elsewhere.

Where is it?

#534648

I've noticed that Aqua-Soft installs with a default iPhone desktop icon (when you save a page as a desktop bookmark), but I want to change it to my own - I do this with my other sites. Normally I just put apple-touch-icon.png in the root of my Website, but it doesn't work here. I'm guessing something is in the <head> element to look for this elsewhere.

Where is it?

After the skin is imported, go into the public/style_images/as-mobile/global/ folder and thats where the icon and splash screen are at. You can use the psd I provided in the zip aswell. (iPhone adds the glare + rounded corners to it)

#534654

You mean

/public/style_images/as-mobile/mobile

Am I on an older version or something ? Because that is where my icon was located as well as the splash screen.

But my question is how can we stop the rounded corners and glare. I icon is designed perfect and now looks like crap...

Thanks

#534911

Nah you're right thats where the images are located.

To remove the glare, go into the global template and replace the following.

<link rel="apple-touch-icon" href="../../unavailable.html" />

with

<link rel="apple-touch-icon-precomposed" href="../../unavailable.html" />

I will be replacing that line in the next version since it supports android's icons.

#534912

Thanks worked perfect

#534913