| 1 |
<?php |
<?php |
| 2 |
// $Id: audio_attach.module,v 1.4 2007/05/26 21:22:26 zirafa Exp $ |
// $Id: audio_attach.module,v 1.5 2007/05/30 19:46:09 zirafa Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file audio_attach.module |
* @file audio_attach.module |
| 107 |
$form['audio_attach']['audio_title'] = array( |
$form['audio_attach']['audio_title'] = array( |
| 108 |
'#type' => 'textfield', |
'#type' => 'textfield', |
| 109 |
'#title' => t('Title'), |
'#title' => t('Title'), |
| 110 |
'#default_value' => variable_get('audio_default_title_format', '!title by !artist') |
'#default_value' => variable_get('audio_default_title_format', '[audio-tag-title] by [audio-tag-artist]') |
| 111 |
); |
); |
| 112 |
$form['audio_attach']['audio_publish'] = array( |
$form['audio_attach']['audio_publish'] = array( |
| 113 |
'#type' => 'checkbox', |
'#type' => 'checkbox', |