Minahito
minah****@users*****
2005年 11月 25日 (金) 00:20:37 JST
Index: xoops2jp/html/modules/base/xoops_version.php diff -u xoops2jp/html/modules/base/xoops_version.php:1.1.2.8 xoops2jp/html/modules/base/xoops_version.php:1.1.2.9 --- xoops2jp/html/modules/base/xoops_version.php:1.1.2.8 Wed Nov 16 19:08:48 2005 +++ xoops2jp/html/modules/base/xoops_version.php Fri Nov 25 00:20:37 2005 @@ -1,59 +1,59 @@ -<?php -// $Id$ -// ------------------------------------------------------------------------ // -// XOOPSCube - PHP Content Management System // -// Copyright (c) 2005 XOOPSCube.org // -// <http://www.xoopscube.org/> // -// ------------------------------------------------------------------------ // -// This program is free software; you can redistribute it and/or modify // -// it under the terms of the GNU General Public License as published by // -// the Free Software Foundation; either version 2 of the License, or // -// (at your option) any later version. // -// // -// You may not change or alter any portion of this comment or credits // -// of supporting developers from this source code or any supporting // -// source code which is considered copyrighted (c) material of the // -// original comment or credit authors. // -// // -// This program is distributed in the hope that it will be useful, // -// but WITHOUT ANY WARRANTY; without even the implied warranty of // -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // -// GNU General Public License for more details. // -// // -// You should have received a copy of the GNU General Public License // -// along with this program; if not, write to the Free Software // -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// ------------------------------------------------------------------------- // - -$modversion['name'] = _MI_BASE_NAME; -$modversion['version'] = 1.00; -$modversion['description'] = _MI_BASE_NAME_DESC; -$modversion['author'] = ""; -$modversion['credits'] = "The XOOPS Project"; -$modversion['help'] = "system.html"; -$modversion['license'] = "GPL see LICENSE"; -$modversion['official'] = 1; -$modversion['image'] = "images/base.gif"; -$modversion['dirname'] = "base"; - -// Admin things -$modversion['hasAdmin'] = 1; -$modversion['adminindex'] = "admin/index.php"; -$modversion['adminmenu'] = "menu.php"; - -// Templates -$modversion['templates'][1]['file'] = 'base_misc_online.html'; -$modversion['templates'][1]['description'] = ''; -$modversion['templates'][2]['file'] = 'base_misc_ssllogin.html'; -$modversion['templates'][2]['description'] = ''; -$modversion['templates'][3]['file'] = 'base_misc_avatars.html'; -$modversion['templates'][3]['description'] = ''; -$modversion['templates'][4]['file'] = 'base_misc_showpopups.html'; -$modversion['templates'][4]['description'] = ''; -$modversion['templates'][5]['file'] = 'base_search_form.html'; -$modversion['templates'][5]['description'] = ''; - -// Menu -$modversion['hasMain'] = 0; - -?> +<?php +// $Id$ +// ------------------------------------------------------------------------ // +// XOOPSCube - PHP Content Management System // +// Copyright (c) 2005 XOOPSCube.org // +// <http://www.xoopscube.org/> // +// ------------------------------------------------------------------------ // +// This program is free software; you can redistribute it and/or modify // +// it under the terms of the GNU General Public License as published by // +// the Free Software Foundation; either version 2 of the License, or // +// (at your option) any later version. // +// // +// You may not change or alter any portion of this comment or credits // +// of supporting developers from this source code or any supporting // +// source code which is considered copyrighted (c) material of the // +// original comment or credit authors. // +// // +// This program is distributed in the hope that it will be useful, // +// but WITHOUT ANY WARRANTY; without even the implied warranty of // +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // +// GNU General Public License for more details. // +// // +// You should have received a copy of the GNU General Public License // +// along with this program; if not, write to the Free Software // +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// ------------------------------------------------------------------------- // + +$modversion['name'] = _MI_BASE_NAME; +$modversion['version'] = 1.00; +$modversion['description'] = _MI_BASE_NAME_DESC; +$modversion['author'] = ""; +$modversion['credits'] = "The XOOPS Project"; +$modversion['help'] = "system.html"; +$modversion['license'] = "GPL see LICENSE"; +$modversion['official'] = 1; +$modversion['image'] = "images/base.gif"; +$modversion['dirname'] = "base"; + +// Admin things +$modversion['hasAdmin'] = 1; +$modversion['adminindex'] = "admin/index.php"; +$modversion['adminmenu'] = "menu.php"; + +// Templates +$modversion['templates'][1]['file'] = 'base_misc_online.html'; +$modversion['templates'][1]['description'] = ''; +$modversion['templates'][2]['file'] = 'base_misc_ssllogin.html'; +$modversion['templates'][2]['description'] = ''; +$modversion['templates'][3]['file'] = 'base_misc_avatars.html'; +$modversion['templates'][3]['description'] = ''; +$modversion['templates'][4]['file'] = 'base_misc_showpopups.html'; +$modversion['templates'][4]['description'] = ''; +$modversion['templates'][5]['file'] = 'base_search_form.html'; +$modversion['templates'][5]['description'] = ''; + +// Menu +$modversion['hasMain'] = 0; + +?>