[xoops-cvslog 3634] CVS update: xoops2jp/html/class

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 7月 20日 (木) 17:10:20 JST


Index: xoops2jp/html/class/XCube_LanguageManager.class.php
diff -u xoops2jp/html/class/XCube_LanguageManager.class.php:1.1.2.2 xoops2jp/html/class/XCube_LanguageManager.class.php:removed
--- xoops2jp/html/class/XCube_LanguageManager.class.php:1.1.2.2	Mon Nov 14 18:02:17 2005
+++ xoops2jp/html/class/XCube_LanguageManager.class.php	Thu Jul 20 17:10:19 2006
@@ -1,58 +0,0 @@
-<?php
-// $Id: XCube_LanguageManager.class.php,v 1.1.2.2 2005/11/14 09:02:17 minahito Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                  Copyright (c) 2000 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 //
-//  ------------------------------------------------------------------------ //
-
-class XCube_LanguageManager
-{
-	var $mLanguageName;
-
-	function XCube_LanguageManager($languageName)
-	{
-		$this->mLanguageName=$languageName;
-	}
-	
-	function loadMainLanguage()
-	{
-	}
-	
-	/**
-	 Load language for module controller.
-	 @param $dirname module directory name
-	 */
-	function loadModuleLanguage($dirname)
-	{
-	}
-
-	function loadModuleAdminLanguage($dirname)
-	{
-	}
-
-	function loadBlockLanguage($dirname)
-	{
-	}
-}
-
-?>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index