| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
| Name | Location | Description |
|---|---|---|
| block_list | drupal/modules/block/block.module | Return all blocks in the specified region for the current user. |
| drupal_get_content | drupal/includes/common.inc | Get assigned content. |
| theme | drupal/includes/theme.inc | Generate the themed output. |