'JSON feed file', 'name' => 'file_json', 'type' => 'text', 'default' => 'bans.json', 'comment' => '(eg. "bans.json")' ); $theme['config'][] = Array( 'title' => 'Main HTML file', 'name' => 'file_bans', 'type' => 'text', 'default' => 'bans.html', 'comment' => '(eg. "bans.html")' ); // Unique function name for building everything $theme['build_function'] = 'pbanlist_build'; ?>