Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sun Oct 23 16:51:26 2005 UTC | revision 1.2, Fri Oct 28 15:27:56 2005 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | ||
| 3 | /* $id$ */ | /* $Id$ */ |
| 4 | ||
| 5 | /** | /** |
| 6 | * @file | * @file |
| # | Line 16 | Line 16 |
| 16 | ||
| 17 | // include Drupal-specific files | // include Drupal-specific files |
| 18 | ||
| 19 | foreach (array( 'audioblog.inc' ) as $file) { | foreach (array( 'audioblog_client.inc' ) as $file) { |
| 20 | require_once('includes'. DIRECTORY_SEPARATOR .$file); | require_once('includes'. DIRECTORY_SEPARATOR .$file); |
| 21 | } | } |
| 22 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |