[xoops-cvslog 2431] CVS update: xoops2jp/html/modules/user

Back to archive index

NobuNobu nobun****@users*****
2006年 3月 24日 (金) 22:04:25 JST


Index: xoops2jp/html/modules/user/xoops_version.php
diff -u xoops2jp/html/modules/user/xoops_version.php:1.1.2.14 xoops2jp/html/modules/user/xoops_version.php:1.1.2.15
--- xoops2jp/html/modules/user/xoops_version.php:1.1.2.14	Sun Feb  5 19:33:39 2006
+++ xoops2jp/html/modules/user/xoops_version.php	Fri Mar 24 22:04:24 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: xoops_version.php,v 1.1.2.14 2006/02/05 10:33:39 nobunobu Exp $
+// $Id: xoops_version.php,v 1.1.2.15 2006/03/24 13:04:24 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -242,4 +242,32 @@
 // Menu
 $modversion['hasMain'] = 1;
 
+// Block
+$modversion['blocks'][1]['file'] = "user_login.php";
+$modversion['blocks'][1]['name'] = _MI_USER_BLOCK_LOGIN_NAME;
+$modversion['blocks'][1]['description'] = _MI_USER_BLOCK_LOGIN_DESC;
+$modversion['blocks'][1]['show_func'] = "b_user_login_show";
+$modversion['blocks'][1]['template'] = 'user_block_login.html';
+
+$modversion['blocks'][2]['file'] = "user_online.php";
+$modversion['blocks'][2]['name'] = _MI_USER_BLOCK_ONLINE_NAME;
+$modversion['blocks'][2]['description'] = _MI_USER_BLOCK_ONLINE_DESC;
+$modversion['blocks'][2]['show_func'] = "b_user_online_show";
+$modversion['blocks'][2]['template'] = 'user_block_online.html';
+
+$modversion['blocks'][3]['file'] = "user_newusers.php";
+$modversion['blocks'][3]['name'] = _MI_USER_BLOCK_NEWUSERS_NAME;
+$modversion['blocks'][3]['description'] = _MI_USER_BLOCK_NEWUSERS_DESC;
+$modversion['blocks'][3]['show_func'] = "b_user_newusers_show";
+$modversion['blocks'][3]['template'] = 'user_block_newusers.html';
+$modversion['blocks'][3]['edit_func'] = "b_user_newusers_edit";
+$modversion['blocks'][3]['options'] = "10|1";
+
+$modversion['blocks'][4]['file'] = "user_topusers.php";
+$modversion['blocks'][4]['name'] = _MI_USER_BLOCK_TOPUSERS_NAME;
+$modversion['blocks'][4]['description'] = _MI_USER_BLOCK_TOPUSERS_DESC;
+$modversion['blocks'][4]['show_func'] = "b_user_topusers_show";
+$modversion['blocks'][4]['template'] = 'user_block_topusers.html';
+$modversion['blocks'][4]['edit_func'] = "b_user_topusers_edit";
+$modversion['blocks'][4]['options'] = "10|1";
 ?>


xoops-cvslog メーリングリストの案内
Back to archive index