--- /Users/brent/Desktop/ecommerce/file/file.module +++ file.module @@ -39,7 +39,7 @@ 'callback' => 'file_my_overview', 'callback arguments' => array($user->uid), 'access' => user_access('access content'), - 'type' => MENU_DYNAMIC_ITEM + 'type' => MENU_NORMAL_ITEM, ); $items[] = array( 'path' => 'store/myfiles/'. $user->uid .'/download',