| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
| Name | Location | Description |
|---|---|---|
| comment_get_recent | drupal/modules/comment/comment.module | Find the most recent comments that are available to the current user. |
| format_interval | drupal/includes/common.inc | Format a time interval with the requested granularity. |
| l | drupal/includes/common.inc | Format an internal Drupal link. |
| t | drupal/includes/common.inc | Translate strings to the page language or a given language. |
| theme | drupal/includes/theme.inc | Generate the themed output. |
| variable_get | drupal/includes/bootstrap.inc | Return a persistent variable. |