function google_fonts_install in Google Fonts 7
Same name and namespace in other branches
- 6.2 google_fonts.install \google_fonts_install()
- 7.2 google_fonts.install \google_fonts_install()
@file Installation file for Google Fonts module.
File
- ./
google_fonts.install, line 8 - Installation file for Google Fonts module.
Code
function google_fonts_install() {
drupal_set_message(st('To use the Google Fonts on your website, your have to <a href="!settings_link">select which ones to use</a>.', array(
'!settings_link' => url('admin/config/system/google_fonts'),
)));
}