| 1 |
<?php |
<?php |
| 2 |
/* $Id: blog_reactions.module,v 1.2.2.25 2009/03/30 10:26:58 sanduhrs Exp $ */ |
/* $Id: blog_reactions.module,v 1.2.2.26 2009/04/24 09:11:05 sanduhrs Exp $ */ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Blog reactions |
* Blog reactions |
| 14 |
*/ |
*/ |
| 15 |
function blog_reactions_menu() { |
function blog_reactions_menu() { |
| 16 |
$items['admin/settings/blog_reactions'] = array( |
$items['admin/settings/blog_reactions'] = array( |
| 17 |
'title' => t('Blog reactions'), |
'title' => 'Blog reactions', |
| 18 |
'description' => t('Change blog reactions settings.'), |
'description' => 'Change blog reactions settings.', |
| 19 |
'page callback' => 'drupal_get_form', |
'page callback' => 'drupal_get_form', |
| 20 |
'page arguments' => array('blog_reactions_admin_settings'), |
'page arguments' => array('blog_reactions_admin_settings'), |
| 21 |
'access arguments' => array('administer blog reactions'), |
'access arguments' => array('administer blog reactions'), |