XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 8, 2009, 4:09:17 PM (15 years ago)
Author:
toemon
Message:

「最近の記事」ブロックの実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/xpressme/include/xpress_common_functions.php

    r99 r100  
    22global $xoops_config; 
    33if (!is_object($xoops_config)){ // is call other modules 
    4         require_once dirname( __FILE__ ) .'/config_from_xoops.class.php' ; 
     4        require_once dirname(dirname(dirname(dirname(dirname( __FILE__ ))))) .'/include/config_from_xoops.class.php' ; 
    55        $xoops_config = new ConfigFromXoops; 
    66} 
Note: See TracChangeset for help on using the changeset viewer.