/[drupal]/contributions/modules/votesmart/modules/votesmart_factory/votesmart_factory.module
ViewVC logotype

Diff of /contributions/modules/votesmart/modules/votesmart_factory/votesmart_factory.module

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

revision 1.1, Wed Aug 6 05:47:08 2008 UTC revision 1.2, Sun Aug 10 01:42:51 2008 UTC
# Line 1  Line 1 
1  <?php // $Id$  <?php // $Id: votesmart_factory.module,v 1.1 2008/08/06 05:47:08 vauxia Exp $
2    
3  /**  /**
4   * Implementation of hook_menu().   * Implementation of hook_menu().
5   */   */
6  function votesmart_factory_menu() {  function votesmart_factory_menu() {
7    return array(    return array(
8      'admin/settings/votesmart/factory' => array(      'admin/build/votesmart/factory' => array(
9        'title' => t('Votesmart Factory'),        'title' => t('Votesmart Factory'),
10        'page callback' => 'drupal_get_form',        'page callback' => 'drupal_get_form',
11        'page arguments' => array('votesmart_factory'),        'page arguments' => array('votesmart_factory'),

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2