| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
// $Id: audio_import.module,v 1.9 2008/09/30 03:54:29 drewish Exp $ |
// $Id: audio_import.module,v 1.10 2008/12/21 22:23:41 drewish Exp $ |
| 4 |
|
|
| 5 |
|
/** |
| 6 |
|
* Implementation of hook_help(). |
| 7 |
|
*/ |
| 8 |
function audio_import_help($section, $arg) { |
function audio_import_help($section, $arg) { |
| 9 |
switch ($section) { |
switch ($section) { |
| 10 |
case 'admin/content/audio_import': |
case 'admin/content/audio_import': |
| 17 |
} |
} |
| 18 |
} |
} |
| 19 |
|
|
| 20 |
|
/** |
| 21 |
|
* Implementation of hook_menu(). |
| 22 |
|
*/ |
| 23 |
function audio_import_menu() { |
function audio_import_menu() { |
| 24 |
$items = array(); |
$items = array(); |
| 25 |
|
|
| 45 |
return $items; |
return $items; |
| 46 |
} |
} |
| 47 |
|
|
|
|
|
| 48 |
/** |
/** |
| 49 |
* Implementation of hook_theme |
* Implementation of hook_theme |
| 50 |
*/ |
*/ |