COUNTER
-------
- Display Site Counter
- Display Clients IP
- Display Unique Visitor based on their IP Address
- You can set initial value for Counter
- Display node count
- Display user count

HOW TO START COUNTING
---------------------
To make Counter module start counting then you need to:

1. Enable the Counter block, or
2. If you want to count but don't want to show the Counter block then
   - go to Configuration-Counter-Basic Counter
   - set Show Site Counter Result for Administer group only = TRUE
   
THEMING
-------
CSS id="counter", i.e. to change text color to red then insert this code
to your style.css theme:

  #counter li {
    color: red;    
  }

VIEWS
-----
Counter table exposed to Views. Just create a new Views and select Counter as data source.