Fixed i18n stuff
[vanilla-miry.git] / extensions / ExtensionLanguageLoader / include_languages.php
blob745c0db790a4b69549ea08822136821ba06e00db
1 /*
2 * Copyright 2007 Tomáš Klapka aka klip (tomas@klapka.cz)
3 * This file is part of Vanilla.
4 * Vanilla 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.
5 * Vanilla 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.
6 * You should have received a copy of the GNU General Public License along with Vanilla; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
7 * The latest source code for Vanilla is available at www.lussumo.com
9 * Description: File called by 1.0, uninstalls 1.0 code
12 // read init
13 @require( $Configuration['EXTENSIONS_PATH'].'ExtensionLanguageLoader/init.php' );
15 // uninstall
16 require( $LL_root_lib.'InstallUninstall.php' );
17 LL_uninstall();