XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 29, 2009, 1:21:24 AM (15 years ago)
Author:
toemon
Message:

インデックスページのデザイン (XPressMEVer1.X)のデフォルトに近いテーマ)

File:
1 edited

Legend:

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

    r135 r140  
    6666        return $prefix; 
    6767} 
     68function get_xoops_url() 
     69{ 
     70        global $xoops_config; 
     71        $ret =$xoops_config->xoops_url ; 
     72        return $ret; 
     73} 
     74 
     75function get_xpress_url() 
     76{ 
     77        global $xoops_config; 
     78        $ret =$xoops_config->module_url ; 
     79        return $ret; 
     80} 
    6881 
    6982function get_xpress_modid() 
Note: See TracChangeset for help on using the changeset viewer.