mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
Language file cleanup continued.
This commit is contained in:
@@ -115,7 +115,7 @@ class featurebox_shortcodes// must match the plugin's folder name. ie. [PLUGIN_F
|
||||
return $ret;
|
||||
}
|
||||
|
||||
return e107::getRender()->tablerender(FBLAN_01, $ret, vartrue($parm['tablestyle'], 'featurebox'), true);
|
||||
return e107::getRender()->tablerender(LAN_PLUGIN_FEATUREBOX_NAME, $ret, vartrue($parm['tablestyle'], 'featurebox'), true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user