parent
d6586d2e22
commit
7a360efce0
|
|
@ -33,6 +33,9 @@ function default_profile_details() {
|
|||
*/
|
||||
function default_profile_final() {
|
||||
// Insert default user-defined node types into the database.
|
||||
// For a complete list of available node type attributes, refer to the node
|
||||
// type API documentation at:
|
||||
// http://api.drupal.org/api/HEAD/function/hook_node_info
|
||||
$types = array(
|
||||
array(
|
||||
'type' => 'page',
|
||||
|
|
|
|||
Loading…
Reference in New Issue