mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Convert all instances of _XE_PATH_, __XE_VERSION__, etc. to Rhymix constants
_XE_PATH_ -> RX_BASEDIR __XE_VERSION__ -> RX_VERSION
This commit is contained in:
parent
4fdb51d689
commit
b0f66a36c5
43 changed files with 104 additions and 105 deletions
|
|
@ -17,7 +17,7 @@ if($called_position != "before_display_content" || Context::get('act') == 'dispP
|
|||
return;
|
||||
}
|
||||
|
||||
require_once(_XE_PATH_ . 'addons/point_level_icon/point_level_icon.lib.php');
|
||||
require_once __DIR__ . '/point_level_icon.lib.php';
|
||||
|
||||
$temp_output = preg_replace_callback('!<(div|span|a)([^\>]*)member_([0-9\-]+)([^\>]*)>(.*?)\<\/(div|span|a)\>!is', function($matches) use($addon_info) {
|
||||
return pointLevelIconTrans($matches, $addon_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue