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

' . t('The SQLite module provides the connection between Drupal and a SQLite database. For more information, see the online documentation for the SQLite module.', [':sqlite' => 'https://www.drupal.org/documentation/modules/sqlite']) . '

'; return $output; } }