Of course on image.php or album.php of your theme, depends on if you want album or image hitcounter. Example for a image hitcounter: `<?php hitcounter("image",false); ?>` without printing, `<?php echo hitcounter("image",false); ?>` with printing. Just take a look at the theme files to get a little familiar with that.
Comments
Thanks a lot!
Just take a look at the theme files to get a little familiar with that.