You are using this:
Code: Select all
<link type="image/x-icon" rel="shortcut icon" href="http://www.rodnox.de/rodlog/shortcuticon.ico" />
You could try using all of these with your image in the root of your server:
Code: Select all
<link rel="shortcut icon" href="favicon.ico" >
<link rel="shortcut icon" href="favicon.ico" icon type="image/icon" >
<link rel="favicon" href="favicon.ico" type="image/icon">
I am no expert on this. I seem to remember trying to figure this stuff out in better detail quite some time ago. Do not recall my conclusions, but I have this vague recollection that the file name needed to be favicon. I could be wrong there.
Some browsers also do not update this either a) immediately, or b) if it has already been set. Google favicon and maybe there is more info out there.
I'm not sure why you are getting a blank page when the index.tpl file is located in your actual template folder..... again - maybe that is something that other's can offer input on.
Anyway, I've taken this about as far as I can. My knowledge is limited. Hopefully my latest suggestion will work, you will figure it out on your own, or someone more knowledgeable will offer better input.