1 admin_bar.theme.inc theme_admin_bar_icon_page($variables)
  • Renders a page icon to display in the administration bar.

*

Related topics

File

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

Code

function theme_admin_bar_icon_page($variables) {
  return t('This page');
}