'Site title', 'name' => 'title', 'type' => 'text' ); $theme['config'][] = Array( 'title' => 'Slogan', 'name' => 'subtitle', 'type' => 'text', 'comment' => '(optional)' ); $theme['config'][] = Array( 'title' => 'File', 'name' => 'file', 'type' => 'text', 'default' => "faq.html", 'comment' => '(eg. "faq.html")' ); // Unique function name for building everything $theme['build_function'] = 'faq_build';