You are here

function _user_current in Colors 7

1 string reference to '_user_current'
user_colors_info in includes/user.colors.inc
Implements hook_colors_info().

File

includes/user.colors.inc, line 62
Provides Color integration on behalf of user.module.

Code

function _user_current() {
  return array(
    'Current user',
  );
}