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