1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Language selection simplification

work in progress
This commit is contained in:
marj
2009-08-03 21:54:28 +00:00
parent 5e093d018e
commit 96cdd31536
2 changed files with 22 additions and 24 deletions

View File

@@ -9,8 +9,8 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/userlanguage_menu.php,v $
* $Revision: 1.3 $
* $Date: 2009-08-03 19:41:17 $
* $Revision: 1.4 $
* $Date: 2009-08-03 21:54:28 $
* $Author: marj_nl_fr $
*/
//TODO homogenisation with languagelinks + do not force www + unobtrusive redirect
@@ -47,7 +47,7 @@ else
$action = (e_QUERY && ! $_GET['elan']) ? e_SELF.'?'.e_QUERY : e_SELF;
$text = '
<form method="post" action="'.$action.'">
<div style="text-align:center">
<div class="center">
<select name="sitelanguage" class="tbox">';
foreach($languageList as $languageFolder)
{