Skip to content

Instantly share code, notes, and snippets.

@cravecode
Forked from roberttdev/gist:8f2e91fe9e9f6c057146
Last active August 29, 2015 14:18
Show Gist options
  • Save cravecode/cdc18c9f286ab4378a40 to your computer and use it in GitHub Desktop.
Save cravecode/cdc18c9f286ab4378a40 to your computer and use it in GitHub Desktop.
$content = array(
'member_id_row' => array(
'#type' => 'container',
'#attributes' => arra(),
'label' => array(
'#markup' => '<label>' . t('Member ID') . '</label>',
),
'value' => array(
'#markup' => '<span>' . $GLOBALS['user']->name . '</span>',
)
)
);
$block->content = render($content);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment