Functions | |
| page_list ($dir) | |
| Generate list of pages on the specified level; uses caching. | |
| page_list2html ($pages, $active, $location=array()) | |
| html_sitemap ($location=array()) | |
| html_sitemap | ( | $ | location = array() |
) |
Definition at line 299 of file website.php.
References $CONTENT_DIR, $pages, and page_list().
Referenced by sitemap_view().

| page_list | ( | $ | dir | ) |
Generate list of pages on the specified level; uses caching.
Definition at line 262 of file website.php.
References $filename, and $pages.
Referenced by breadcrumbs_box(), html_sitemap(), nav_box(), page_view(), peers_box(), sitemap(), subpages_box(), and uplevel_box().
| page_list2html | ( | $ | pages, | |
| $ | active, | |||
| $ | location = array() | |||
| ) |
Definition at line 281 of file website.php.
References $pages.
Referenced by nav_box(), peers_box(), subpages_box(), and uplevel_box().
1.6.1