function emaudio_odeo_settings in Embedded Media Field 6
Same name and namespace in other branches
- 5 contrib/emaudio/providers/odeo.inc \emaudio_odeo_settings()
- 6.3 contrib/emaudio/providers/odeo.inc \emaudio_odeo_settings()
Implementation of hook emaudio_odeo_settings().
This should return a subform to be added to the emaudio_settings() admin settings page. Note that a form field will already be provided, at $form['odeo'] (such as $form['podomatic']). So if you want specific provider settings within that field, you can add the elements to that form field.
File
- contrib/
emaudio/ providers/ odeo.inc, line 44 - This include processes Odeo audio files for use by emaudio.module.
Code
function emaudio_odeo_settings() {
$form = array();
return $form;
}