91e24c5bf05cad44a6531a64c15ec40163ee9e0b
[yaffs-website] / web / modules / contrib / fontyourface / modules / fontscom_api / fontscom_api.install
1 <?php
2
3 /**
4  * @file
5  * Fonts.com API install file.
6  */
7
8 /**
9  * Implements hook_install().
10  */
11 function fontscom_api_install() {
12   module_set_weight('fontscom_api', 10);
13 }
14
15 /**
16  * Implements hook_uninstall().
17  */
18 function fontscom_api_uninstall() {
19   fontyourface_delete('fontscom_api');
20 }