Related topics

Namesort iconDescription
Default theme implementationsFunctions and templates that present output to the user, and can be implemented by themes.

Functions called by theme_image()

Namesort iconLocationDescription
base_pathdrupal/includes/common.incReturns the base URL path of the Drupal installation. At the very least, this will always default to /.
check_plaindrupal/includes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
check_urldrupal/includes/common.incPrepare a URL for use in an HTML attribute. Strips harmful protocols.
drupal_attributesdrupal/includes/common.incFormat an attribute string to insert in a tag.
urldrupal/includes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.