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/admin/index.php

    r299 r308  
    560560$mydirname = basename( dirname( dirname( __FILE__ ) ) ) ; 
    561561$mydirpath = dirname( dirname( __FILE__ ) ) ; 
    562 require_once($mydirpath.'/wp-config.php'); 
     562//require_once($mydirpath.'/wp-config.php'); 
    563563         
    564564require_once '../../../include/cp_header.php' ; 
    565565//require_once '../include/gtickets.php' ; 
    566 //define( '_MYMENU_CONSTANT_IN_MODINFO' , '_MI_TELLAFRIEND_MODNAME' ) ; 
     566//define( '_MYMENU_CONSTANT_IN_MODINFO' , '_MI_XP2_NAME' ) ; 
    567567 
    568568// branch for altsys 
     
    583583} 
    584584 
    585 //include_once('./menu.php'); 
    586 //include_once('./../../../include/cp_header.php'); 
     585// beggining of Output 
    587586xoops_cp_header(); 
    588587include( './mymenu.php' ) ; 
     588 
    589589echo " 
    590590        <style type=\"text/css\"> 
Note: See TracChangeset for help on using the changeset viewer.