/[drupal]/contributions/modules/plugin_manager/plugin_manager.admin.inc
ViewVC logotype

Diff of /contributions/modules/plugin_manager/plugin_manager.admin.inc

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

revision 1.52.2.31, Wed Oct 1 01:15:47 2008 UTC revision 1.52.2.32, Wed Oct 1 01:45:55 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: plugin_manager.admin.inc,v 1.52.2.29 2008/09/27 15:35:56 jabapyth Exp $  // $Id: plugin_manager.admin.inc,v 1.52.2.31 2008/10/01 01:15:47 jabapyth Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 80  function plugin_manager_overview_submit( Line 80  function plugin_manager_overview_submit(
80    }    }
81  }  }
82    
83    function plugin_manager_modules_redirect(){
84        drupal_set_message("Search for the modules you want to install, add them to your queue, and then install them.");
85        drupal_goto('admin/plugin_manager/search');
86    }
87    
88    function plugin_manager_themes_redirect(){
89        drupal_set_message("Search for the themes you want to install, add them to your queue, and then install them.");
90        drupal_goto('admin/plugin_manager/search');
91    }
92    
93  /**  /**
94   * FAPI definition for the items in a selected category.   * FAPI definition for the items in a selected category.
95   *   *

Legend:
Removed from v.1.52.2.31  
changed lines
  Added in v.1.52.2.32

  ViewVC Help
Powered by ViewVC 1.1.2