XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jul 10, 2009, 1:17:28 AM (15 years ago)
Author:
toemon
Message:

メインメニューのモジュールメニューに「モジュール管理」(モジュールのXOOPS管理画面)へのリンクを追加 fixes #184

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/xoops_version.php

    r330 r336  
    9595        $modversion['sub'][4]['url'] = "wp-admin/admin.php?page=xpressme\\xpressme.php"; 
    9696        } 
     97        if($GLOBALS["xoopsUserIsAdmin"]){ 
     98                $modversion['sub'][5]['name'] = constant( '_MI_XP2_MOD_ADMIN'); 
     99                $modversion['sub'][5]['url'] = "admin/index.php"; 
     100        } 
     101 
    97102} 
    98103 
Note: See TracChangeset for help on using the changeset viewer.