* change for product name.
This commit is contained in:
@@ -50,6 +50,9 @@ $themeRoot = $baseDir . '/www/theme/';
|
||||
|
||||
/* Iinclude config and lang file to get langs and themes. */
|
||||
include $baseDir . '/config/config.php';
|
||||
$lang = new stdclass();
|
||||
$lang->productcommon = '';
|
||||
$lang->projectcommon = '';
|
||||
include $baseDir . '/module/common/lang/zh-cn.php';
|
||||
$langs = array_keys($config->langs);
|
||||
$themes = array_keys($lang->themes);
|
||||
|
||||
Reference in New Issue
Block a user