| 56 |
$modversion['hasMain'] = 0; |
$modversion['hasMain'] = 0; |
| 57 |
|
|
| 58 |
// Templates |
// Templates |
| 59 |
$modversion['templates'][1]['file'] = 'xnpbulletin_main.html'; |
$modversion['templates'][1]['file'] = 'xnpbulletin_list_block.html'; |
| 60 |
$modversion['templates'][1]['description'] = 'bulletin test page'; |
$modversion['templates'][1]['description'] = 'list block'; |
| 61 |
$modversion['templates'][2]['file'] = 'xnpbulletin_list_block.html'; |
$modversion['templates'][2]['file'] = 'xnpbulletin_register_block.html'; |
| 62 |
$modversion['templates'][2]['description'] = 'list block'; |
$modversion['templates'][2]['description'] = 'register block'; |
| 63 |
$modversion['templates'][3]['file'] = 'xnpbulletin_register_block.html'; |
$modversion['templates'][3]['file'] = 'xnpbulletin_detail_block.html'; |
| 64 |
$modversion['templates'][3]['description'] = 'register block'; |
$modversion['templates'][3]['description'] = 'detail block'; |
| 65 |
$modversion['templates'][4]['file'] = 'xnpbulletin_detail_block.html'; |
$modversion['templates'][4]['file'] = 'xnpbulletin_confirm_block.html'; |
| 66 |
$modversion['templates'][4]['description'] = 'detail block'; |
$modversion['templates'][4]['description'] = 'confirm block'; |
| 67 |
$modversion['templates'][5]['file'] = 'xnpbulletin_confirm_block.html'; |
$modversion['templates'][5]['file'] = 'xnpbulletin_search_block.html'; |
| 68 |
$modversion['templates'][5]['description'] = 'confirm block'; |
$modversion['templates'][5]['description'] = 'search block'; |
|
$modversion['templates'][6]['file'] = 'xnpbulletin_search_block.html'; |
|
|
$modversion['templates'][6]['description'] = 'search block'; |
|
| 69 |
|
|
| 70 |
// config |
// config |
| 71 |
include_once( XOOPS_ROOT_PATH.'/modules/xoonips/condefs.php' ); |
include_once( XOOPS_ROOT_PATH.'/modules/xoonips/condefs.php' ); |