A favicon is the little icon you see in the browser’s address bar, list of bookmarks or tab. You can display your own icon as follows:
- Create a favicon – google will find you lots of free favicon generators
- Name your new favicon “favicon.ico” and place it in your template directory. This can easily be done by using the template editor’s upload feature.
- Add the following code to your startpage.pstpl before the closing </head> tag:
<link rel="shortcut icon" href="{TEMPLATEURL}favicon.ico" type="image/x-icon"> <link rel="icon" href="{TEMPLATEURL}favicon.ico" type="image/x-icon">