Changeset 308 for trunk/xpressme_integration_kit/admin/index.php
- Timestamp:
- Jun 29, 2009, 12:33:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/admin/index.php
r299 r308 560 560 $mydirname = basename( dirname( dirname( __FILE__ ) ) ) ; 561 561 $mydirpath = dirname( dirname( __FILE__ ) ) ; 562 require_once($mydirpath.'/wp-config.php');562 //require_once($mydirpath.'/wp-config.php'); 563 563 564 564 require_once '../../../include/cp_header.php' ; 565 565 //require_once '../include/gtickets.php' ; 566 //define( '_MYMENU_CONSTANT_IN_MODINFO' , '_MI_ TELLAFRIEND_MODNAME' ) ;566 //define( '_MYMENU_CONSTANT_IN_MODINFO' , '_MI_XP2_NAME' ) ; 567 567 568 568 // branch for altsys … … 583 583 } 584 584 585 //include_once('./menu.php'); 586 //include_once('./../../../include/cp_header.php'); 585 // beggining of Output 587 586 xoops_cp_header(); 588 587 include( './mymenu.php' ) ; 588 589 589 echo " 590 590 <style type=\"text/css\">
Note: See TracChangeset
for help on using the changeset viewer.