Hi
I have install the chCounter and that works great but I have one question.
How do I make so I can have a statistic what page is most popular
Right now I have
<?php
$chCounter_visible = 0;
$chCounter_page_title = 'Test page';
include( 'path_to_counter/counter.php' );
?>
and my statistic only say "Test page"
Do I have to remove the
$chCounter_page_title or do I have to add some PHP code that read the name of the page?