Small things to add to your site

From FundaWiki

Jump to: navigation, search

Thing we need to explain:

Sitemap:

  $this->printSiteMap();

You-are-here-path:

  $this->printPath();

Test if site has factbox:

  $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();
Personal tools