- Timestamp:
- Mar 29, 2009, 1:21:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/xpress_common_functions.php
r135 r140 66 66 return $prefix; 67 67 } 68 function get_xoops_url() 69 { 70 global $xoops_config; 71 $ret =$xoops_config->xoops_url ; 72 return $ret; 73 } 74 75 function get_xpress_url() 76 { 77 global $xoops_config; 78 $ret =$xoops_config->module_url ; 79 return $ret; 80 } 68 81 69 82 function get_xpress_modid()
Note: See TracChangeset
for help on using the changeset viewer.