* change for product name.

This commit is contained in:
wangyidong
2015-05-22 09:20:32 +08:00
parent be8b0848d5
commit 52b61c8d4f
+3
View File
@@ -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);