Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips-library/xnpbulletin/xoops_version.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9 by yamaji, Thu Jul 6 12:55:38 2006 UTC revision 1.10 by makotonton, Wed Aug 16 04:58:18 2006 UTC
# Line 56  $modversion['adminmenu'] = "admin/menu.p Line 56  $modversion['adminmenu'] = "admin/menu.p
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' );

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26