| 1 |
<?php |
<?php |
| 2 |
// $Id: sharethis.module,v 1.1.2.5.2.3 2009/08/18 17:10:33 robloach Exp $ |
// $Id: sharethis.module,v 1.1.2.5.2.4 2009/08/20 16:32:35 robloach Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 22 |
* Implementation of hook_perm(). |
* Implementation of hook_perm(). |
| 23 |
*/ |
*/ |
| 24 |
function sharethis_perm() { |
function sharethis_perm() { |
| 25 |
return array('administer share', 'use share this'); |
return array('administer sharethis', 'use share this'); |
| 26 |
} |
} |
| 27 |
|
|
| 28 |
/** |
/**discovered a site that puts up a free song every day, and I was looking back |
| 29 |
* Implementation of hook_menu(). |
* Implementation of hook_menu(). |
| 30 |
*/ |
*/ |
| 31 |
function sharethis_menu() { |
function sharethis_menu() { |