page_node_info

Implementation of hook_node_info().

File

modules/page.module, line 46
Enables the creation of pages that can be added to the navigation system.

Code

function page_node_info() {
  return array('page' => array('name' => t('page'), 'base' => 'page'));
}
Login or register to post comments