function emaudio_odeo_settings in Embedded Media Field 5
Same name and namespace in other branches
- 6.3 contrib/emaudio/providers/odeo.inc \emaudio_odeo_settings()
- 6 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 36
Code
function emaudio_odeo_settings() {
$form = array();
return $form;
}