mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -13,7 +13,7 @@ LAN file needs working from scratch after development is stabilized
|
||||
*/
|
||||
|
||||
|
||||
//define("FBLAN_01", "Feature Box");
|
||||
//define("LAN_PLUGIN_FEATUREBOX_NAME", "Feature Box");
|
||||
//define("FBLAN_02", "Displays an animated area on the top of your page with news-items and other content you would like to feature.");
|
||||
//define("FBLAN_03", "Configure feature box"); //FIXME LAN - use generic.
|
||||
//define("FBLAN_04", "Feature Box plugin has been successfully installed. To add messages and configure, return to the main admin page and click on the feature box icon in the plugin section.");
|
||||
|
@@ -6,6 +6,6 @@
|
||||
* Featurebox front-end language defines
|
||||
*/
|
||||
|
||||
define("FBLAN_01", "Feature Box");
|
||||
// define("FBLAN_01", "Feature Box");
|
||||
// define("FBLAN_02", "read more"); // Already used in admin area.
|
||||
?>
|
Reference in New Issue
Block a user