/////////////////////////////////////// // Create a dummy page /////////////////////////////////////// $pattern = array( 'info' => array( 'title' => 'Set up template contact page', 'description' => 'Set up template contact page', 'author' => 'dman', 'author_email' => 'dan@coders.co.nz', 'version' => '0.1', 'category' => 'Examples', 'core' => '6.x', ), 'modules' => array( 'node', ), 'actions' => array( // Actions is an array of smaller acts array( 'tag' => 'node', // 'tag'? 'type' => 'page', 'title' => 'Contact Us', 'body' => 'Put your contact details here', ), ), );