Show the correct language icon in header

This commit is contained in:
Eike Foken
2011-04-22 02:55:15 +02:00
parent 2ee4d42d7c
commit e81f68136a
2 changed files with 1 additions and 1 deletions

View File

@@ -25,5 +25,5 @@
<?=anchor('auth/settings', "Einstellungen", array('style' => 'padding: 5px;'));?> |
<?=anchor('auth/logout', "Logout", array('style' => 'padding: 5px;'));?>
</div>
<?=img(array('src' => 'assets/images/lang_de.png', 'style' => 'float: right; margin-top: 18px; margin-right: 5px;'));?>
<?=img(array('src' => 'assets/images/lang_' . $this->config->item('lang_selected') . '.png', 'style' => 'float: right; margin-top: 18px; margin-right: 5px;'));?>
</div>