* move blue theme to green.

This commit is contained in:
wangchunsheng
2010-11-22 09:57:25 +00:00
parent 26bc5374fc
commit 5d3ac67f15
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ $config->sessionVar = 'sid'; // requestType=GET: the session var na
/* Views and themes. */
$config->views = ',html,json'; // Supported view formats.
$config->themes = 'default,blue'; // Supported themes.
$config->themes = 'default,green'; // Supported themes.
/* Supported languages. */
$config->langs['zh-cn'] = '中文简体';
+3 -3
View File
@@ -98,9 +98,9 @@ $lang->searchObjects['testtask'] = 'Test Task';
$lang->searchObjects['doc'] = 'Doc';
$lang->searchTips = 'Id here';
/* 风格列表。*/
$lang->themes['default'] = '默认风格';
$lang->themes['blue'] = '蓝色风格';
/* Themes. */
$lang->themes['default'] = 'Default';
$lang->themes['green'] = 'Green';
/* Index mododule menu. */
$lang->index->menu->product = 'Products|product|browse';
+1 -1
View File
@@ -100,7 +100,7 @@ $lang->searchTips = '输入编号';
/* 风格列表。*/
$lang->themes['default'] = '默认风格';
$lang->themes['blue'] = '蓝色风格';
$lang->themes['green'] = '绿色风格';
/* 首页菜单设置。*/
$lang->index->menu->product = '浏览产品|product|browse';