Functions | |
| nav_box ($location, $tpl_vars) | |
| peers_box ($location, $tpl_vars) | |
| Render list of pages on the same level as the current page. | |
| header_box ($location, $tpl_vars) | |
| footer_box ($location, $tpl_vars) | |
| meta_box ($location, $tpl_vars) | |
These functions are called indirectly from website().
| footer_box | ( | $ | location, | |
| $ | tpl_vars | |||
| ) |
Definition at line 229 of file website.php.
References $FOOTER, $tpl_vars, and render().

| header_box | ( | $ | location, | |
| $ | tpl_vars | |||
| ) |
Definition at line 216 of file website.php.
References $HEADER, $tpl_vars, and render().

| meta_box | ( | $ | location, | |
| $ | tpl_vars | |||
| ) |
Definition at line 240 of file website.php.
| nav_box | ( | $ | location, | |
| $ | tpl_vars | |||
| ) |
Definition at line 178 of file website.php.
References $CONTENT_DIR, $pages, page_list(), and page_list2html().

| peers_box | ( | $ | location, | |
| $ | tpl_vars | |||
| ) |
Render list of pages on the same level as the current page.
Definition at line 195 of file website.php.
References $CONTENT_DIR, page_list(), and page_list2html().

1.6.1