mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +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
|
|
@ -466,7 +466,7 @@ class widgetController extends widget
|
|||
$widget_content = '';
|
||||
if($widget != 'widgetContent' && $widget != 'widgetBox')
|
||||
{
|
||||
if(!is_dir(sprintf(_XE_PATH_.'widgets/%s/',$widget))) return;
|
||||
if(!is_dir(sprintf(RX_BASEDIR.'widgets/%s/',$widget))) return;
|
||||
// Hold the contents of the widget parameter
|
||||
$widget_content = $this->getCache($widget, $args);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue