| 1 |
<?php |
<?php |
| 2 |
// $Id: potx.module,v 1.1.2.12.2.2.2.10.2.5 2009/08/24 07:32:26 goba Exp $ |
// $Id: potx.module,v 1.1.2.12.2.2.2.10.2.6 2009/11/17 12:30:42 goba Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 25 |
* Implementation of hook_menu(). |
* Implementation of hook_menu(). |
| 26 |
*/ |
*/ |
| 27 |
function potx_menu() { |
function potx_menu() { |
| 28 |
$items['admin/international/translate/extract'] = array( |
$items['admin/config/regional/translate/extract'] = array( |
| 29 |
'title' => 'Extract', |
'title' => 'Extract', |
| 30 |
'page callback' => 'drupal_get_form', |
'page callback' => 'drupal_get_form', |
| 31 |
'page arguments' => array('potx_select_form'), |
'page arguments' => array('potx_select_form'), |