You are here

function sgrid_menu in Sortable Grid Views Plugin 7

File

./sgrid.module, line 4

Code

function sgrid_menu() {
  $items['save_order'] = array(
    'page callback' => 'sgrid_save_order',
    'page arguments' => array(
      1,
      2,
      3,
    ),
    'access callback' => TRUE,
    'type' => MENU_CALLBACK,
  );
  return $items;
}