Skip to content

Instantly share code, notes, and snippets.

View khalib's full-sized avatar

Caleb Whang khalib

  • San Francisco Giants
  • San Francisco, CA
View GitHub Profile
function tlr_learning_rating_menu() {
$items = array();
$items['node/%node'] = array(
'page callback' => 'tlr_learning_rating_view_alt_page',
'page arguments' => array(1),
'access arguments' => array('access content'),
'type' => MENU_CALLBACK,
);