' . t('About') . ''; $output .= '

' . t('This module add three new contextual links on blocks only:') . '

'; $output .= '

' . t('- Move up
- Move down
- Disable') . '

'; $output .= '

' . t("It's faster and helpful to reorganize the vertical position of blocks without going into the administration.") . '

'; $output .= '

' . t('Blocks car be core, custom or from contrib, as long as they are defined as block, they will get it.') . '

'; $output .= '

' . t("It's using Ajax and if it's not working, it has a failsafe url with a token check.") . '

'; $output .= '

' . t('Dependencies') . '

'; $output .= '

' . t('block (in core)
contextual (in core)') . '

'; $output .= '

' . t('More Information') . '

'; $output .= '

' . t('For more information about this module, like How does it work, please visite the module page.', array('@link' => 'https://www.drupal.org/project/bud')) . '

'; return $output; default: return ''; } }