/[drupal]/contributions/modules/potx/potx.module
ViewVC logotype

Diff of /contributions/modules/potx/potx.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.12.2.2.2.10.2.6 by goba, Tue Nov 17 12:30:42 2009 UTC revision 1.1.2.12.2.2.2.10.2.7 by goba, Tue Nov 17 12:41:37 2009 UTC
# Line 1  Line 1 
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
# Line 25  function potx_help($path, $arg) { Line 25  function potx_help($path, $arg) {
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'),

Legend:
Removed from v.1.1.2.12.2.2.2.10.2.6  
changed lines
  Added in v.1.1.2.12.2.2.2.10.2.7

  ViewVC Help
Powered by ViewVC 1.1.3