In many cases you just add a "HTML Nugget" sidebar plugin and put your custom HTML code into that.
If you need to really modify the template itself, just edit the "index.tpl" HTML smarty file of your template (like templates/default/index.tpl).
And there are no stupid questions, just stupid answers.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
thanks, yes I 'm familiar with the html nugget
but for the onestat counter I' d like to implement it in the index.tpl file
however, it generates an error saying that smarty can't read it, cause a variable isn't defined
does this means I also have to alter the code in de smarty file?
If you get an error message, the error message would be VERY helpful for us. Else we'd have to guess it
Also tell me the code you changed in your index.tpl file. Most probably you just made an error there. In smarty template files you need to replace all "{" characters to "{ldelim}" and all "}" characters to "{rdelim}".
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/