'Statistics', 'page callback' => 'origo_statistics_page', 'access callback' => 'user_access', 'access arguments' => array('access content'), 'type' => MENU_SUGGESTED_ITEM ); $items['statistics_picture'] = array( 'title' => 'Statistics', 'page callback' => 'origo_statistics_picture_page', 'access callback' => 'user_access', 'access arguments' => array('access content'), 'type' => MENU_CALLBACK ); return $items; } /** * Implementation of hook_theme(). */ function origo_statistics_theme() { return array( 'origo_statistics_form' => array( 'arguments' => array('form' => NULL) ) ); }