Chris@0: /** Chris@0: * Implements hook_page_alter(). Chris@0: */ Chris@0: function {{ machine_name }}_page_alter(&$page) { Chris@0: // Add help text to the user login block. Chris@0: $page['sidebar_first']['user_login']['help'] = array( Chris@0: '#weight' => -10, Chris@0: '#markup' => t('To post comments or add new content, you first have to log in.'), Chris@0: ); Chris@0: }