XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jun 29, 2009, 12:33:17 PM (15 years ago)
Author:
toemon
Message:

ImpressCMSの管理画面でモジュールメニューが表示されないバグ? 修正 fixes #167
と admin.index.phpのコード整理

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/xoops_version.php

    r306 r308  
    105105$modversion['templates'] = array() ; 
    106106 
    107 $modversion['hasconfig'] = 1; 
     107if (defined('ICMS_ROOT_PATH')){ 
     108        $modversion['hasconfig'] = 1; 
     109        $modversion['config'][] = array( 
     110                'name'                  => 'dummy' , 
     111                'title'                 =>  'Dummy Value' , 
     112                'description'   =>  'This is Dummy Value' , 
     113                'formtype'              => 'yesno' , 
     114                'valuetype'             => 'int' , 
     115                'default'               => 0 , 
     116        ); 
     117} 
    108118 
    109119//BLOCKS 
Note: See TracChangeset for help on using the changeset viewer.