1.20.x admin_bar.theme.inc theme_admin_bar_icon($variables)

Renders an icon to display in the administration bar.

Related topics

File

modules/admin_bar/admin_bar.theme.inc, line 12
Theme functions for the Admin Bar module.

Code

function theme_admin_bar_icon($variables) {
  return t('Home');
}