Hi,
May someone can help me out?
I am trying to get the Hit Counter from the Admin section into the shop.
I tried it with following code, put it in the footer.tpl
<?php
echo '<div align="center"> Visitors: ' . $counter->fields['counter'] . '</div><br />' . "\n";
?>
but it shows only on the main page not on the other pages.
What made I wrong?
Using 1.38a
Thank you



