I want display the album hitcounter in the index page for each album,
I put below code in index.php of default themes,
<?php echo $count = hitcounter('album', true, $album->getAlbumID()); ?>
but it displays an error:
Fatal error: Call to a member function getAlbumID() on a non-object
why?
Comments