summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-07-14 15:30:55 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-07-14 15:30:55 +0800
commite34d431ced10bd940850b5034033ffd1d07ed5d9 (patch)
treec0fd7812a6ae1166d1646b9ad996abd546063846 /mbbsd/menu.c
parentb23eba7a1d04273813cd80ca4a2305d894578d6a (diff)
downloadpttbbs-e34d431ced10bd940850b5034033ffd1d07ed5d9.tar
pttbbs-e34d431ced10bd940850b5034033ffd1d07ed5d9.tar.gz
pttbbs-e34d431ced10bd940850b5034033ffd1d07ed5d9.tar.bz2
pttbbs-e34d431ced10bd940850b5034033ffd1d07ed5d9.tar.lz
pttbbs-e34d431ced10bd940850b5034033ffd1d07ed5d9.tar.xz
pttbbs-e34d431ced10bd940850b5034033ffd1d07ed5d9.tar.zst
pttbbs-e34d431ced10bd940850b5034033ffd1d07ed5d9.zip
* refine menu structure (for extra space to expand in the future)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4738 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index af4435dd..061d150e 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -657,12 +657,15 @@ static const commands_t m_xyz_hot[] = {
#ifdef HAVE_X_BOARDS
{x_boards,0, "HHot Boards 《看板人氣排行榜》"},
#endif
+ {x_boardman,0, "MMan Boards 《看板精華區排行榜》"},
{NULL, 0, NULL}
};
/* XYZ tool sub menu */
static const commands_t m_xyz_user[] = {
{x_user100 ,0, "UUsers 《使用者百大排行榜》"},
+ {topsong,PERM_LOGINOK,
+ "GGTop Songs 《使用者點歌排行榜》"},
{x_today, 0, "TToday 《今日上線人次統計》"},
{x_yesterday, 0, "YYesterday 《昨日上線人次統計》"},
{NULL, 0, NULL}
@@ -684,6 +687,8 @@ x_users(void)
/* XYZ tool menu */
static const commands_t xyzlist[] = {
+ {x_hot, 0, "TTHot Topics 《熱門話題與看板》"},
+ {x_users,0, "UUsers 《使用者相關統計》"},
#ifndef DEBUG
/* All these are useless in debug mode. */
#ifdef HAVE_LICENSE
@@ -692,14 +697,9 @@ static const commands_t xyzlist[] = {
#ifdef HAVE_INFO
{x_program, 0, "PProgram 本程式之版本與版權宣告"},
#endif
- {x_boardman,0, "MMan Boards 《看板精華區排行榜》"},
{x_history, 0, "HHistory 《我們的成長》"},
{x_note, 0, "NNote 《酸甜苦辣流言板》"},
{x_login,0, "SSystem 《系統重要公告》"},
- {x_hot, 0, "TTHot Topics 《熱門話題與看板》"},
- {x_users,0, "UUsers 《使用者相關統計》"},
- {topsong,PERM_LOGINOK,
- "GGTop Songs 《點歌排行榜》"},
#ifdef HAVE_SYSUPDATES
{x_sys_updates,0,"LLUpdates 《本站系統程式更新紀錄》"},
#endif