| db_fetch_object | includes/database/database.inc | |
| node_load | modules/node/node.module | Load a node object from the database. |
| node_view | modules/node/node.module | Generate a display of the given node. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| taxonomy_render_nodes | modules/taxonomy/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| theme | includes/theme.inc | Generate the themed output. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |