You are here

function nodeorder_admin_display in Node Order 6

Menu callback for nodeorder/order.

1 string reference to 'nodeorder_admin_display'
nodeorder_menu in ./nodeorder.module
Implementation of hook_menu().

File

./nodeorder.admin.inc, line 11
Admin page callbacks for the nodeorder module.

Code

function nodeorder_admin_display($tid) {
  return drupal_get_form('nodeorder_admin_display_form', $tid);
}