'checkbox', '#title' => t('Add the Dublin Core schema meta tag'), '#default_value' => variable_get('nodewords_add_dc_schema', FALSE), ); } /** * Implements hook_nodewords_api(). */ function nodewords_extra_nodewords_api() { return array( 'version' => '1.14', 'path' => '', ); }