Returns HTML for the Powered by Drupal text.
function theme_system_powered_by() { return '<span>' . t('Powered by <a href="@poweredby">Drupal</a>', array( '@poweredby' => 'https://www.drupal.org', )) . '</span>'; }