Small things to add to your site
From FundaWiki
Thing we need to explain:
$this->printSiteMap();
$this->printPath();
$this->hasFactBox();
Create url in the correct urlformat from an ID:
$this->id2url();
Create an index of a page (headlines etc.):
$this->createPageIndex();
Print menu in selectbox format:
$this->printSelectMenu();
Enable Statistics:
$this->enableStatistics();
