Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 2003)
+++ branches/2.8.x/CHANGELOG	(revision 2004)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+14 Nov-2013 Build 2004 Dietmar Woellbrink (Luisehahne)
+! /modules/MultiLingual/tpl/lang.html.twig  updating template with changed data
 14 Nov-2013 Build 2003 Dietmar Woellbrink (Luisehahne)
 ! /modules/news/upgrade.php optimize add and modify field tables, rebuild message
 ! /modules/news/modify_post.php and modify_post.php check posts folder if not exists then create
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 2003)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 2004)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '2003');
+if(!defined('REVISION')) define('REVISION', '2004');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/modules/MultiLingual/tpl/lang.html.twig
===================================================================
--- branches/2.8.x/wb/modules/MultiLingual/tpl/lang.html.twig	(revision 2003)
+++ branches/2.8.x/wb/modules/MultiLingual/tpl/lang.html.twig	(revision 2004)
@@ -34,9 +34,9 @@
 #}
 <div id="langmenu">
 {% for aTarget in aTargetList %}
-	<a href="{{ aTarget.sUrl }}" {% if aTarget.bCurrent %}class="current" {% endif %}title="{{ aTarget.sTitle }}">
+	<a href="{{ aTarget.sTargetPageUrl }}" {% if aTarget.bCurrentLanguage %}class="current" {% endif %}title="{{ aTarget.sPageTitle }}">
 		<span>
-			<img style="width:32px; height:24px" src="{{ aTarget.sIconUrl }}flags/{{ aTarget.sExtension }}/{{ aTarget.FilePrefix }}.{{ aTarget.sExtension }}"  title="{{ aTarget.sTitle }}" alt="{{ aTarget.sLongTitle }}" />
+			<img style="width:32px; height:24px" src="{{ aTarget.sIconUrl }}flags/{{ aTarget.sImageType }}/{{ aTarget.sFilename }}.{{ aTarget.sImageType }}"  title="{{ aTarget.sPageTitle }}" alt="{{ aTarget.sToolTip }}" />
 		</span>
 	</a>
 {% endfor %}
