How to create a favicon for your website

To create a favicon is not very complicated, but while researching the web for it, I have missed the information that the graphic has actually to be named 'favicon.ico'. A name 'mygraphic.ico' would output no result. Below is a sample code for your your TS setup.

 

# Default PAGE object:
page = PAGE
page.typeNum = 0
page.bodyTagMargins = 0
page.meta.KEYWORDS = your keywords
page.shortcutIcon = fileadmin/favicon.ico 

 

To create a favicon, you will find a wide choice of programs on the web. I used IconForge and achieved satisfacory results.