| 1 |
<?php |
<?php |
| 2 |
// $Id: nodeprofile.module,v 1.7.2.31 2007/12/14 10:53:22 fago Exp $ |
// $Id: nodeprofile.module,v 1.7.2.32 2008/01/03 21:32:56 fago Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 11 |
include_once drupal_get_path('module', 'nodeprofile') .'/nodeprofile_workflow_ng.inc'; |
include_once drupal_get_path('module', 'nodeprofile') .'/nodeprofile_workflow_ng.inc'; |
| 12 |
} |
} |
| 13 |
|
|
| 14 |
|
// panels module support. |
| 15 |
|
if (module_exists('panels')) { |
| 16 |
|
include_once drupal_get_path('module', 'nodeprofile') .'/nodeprofile_panels.inc'; |
| 17 |
|
} |
| 18 |
|
|
| 19 |
/** |
/** |
| 20 |
* Implementation of hook_menu(). |
* Implementation of hook_menu(). |
| 21 |
*/ |
*/ |