diff --git a/translationsdropdown.inc.php b/translationsdropdown.inc.php deleted file mode 100644 index 34e5612..0000000 --- a/translationsdropdown.inc.php +++ /dev/null @@ -1,249 +0,0 @@ - - Copyright (C) 2005 James Grant - - 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, version 2. - - 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; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. -*/ -?> - - - - - -
-
- -$ln) -{ - if($l=="en") continue; - echo ""; -} -echo "
$ln:
\n"; -echo ""; -?> -
-
diff --git a/translationsdropdownnew.inc.php b/translationsdropdownnew.inc.php deleted file mode 100644 index 57fdba9..0000000 --- a/translationsdropdownnew.inc.php +++ /dev/null @@ -1,112 +0,0 @@ - - - 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, version 2. - - 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; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. -*/ -?> - -
" id="translation_editor"> -
- - -\n"; -echo "\n"; - - -foreach($config['languages'] AS $l=>$ln) { - if($l==$config['default_language']) continue; - echo "\n"; -} -?> -
".$config['languages'][$config['default_language']].":

$ln
-
-