Show the correct language icon in header
This commit is contained in:
@@ -25,5 +25,5 @@
|
|||||||
<?=anchor('auth/settings', "Einstellungen", array('style' => 'padding: 5px;'));?> |
|
<?=anchor('auth/settings', "Einstellungen", array('style' => 'padding: 5px;'));?> |
|
||||||
<?=anchor('auth/logout', "Logout", array('style' => 'padding: 5px;'));?>
|
<?=anchor('auth/logout', "Logout", array('style' => 'padding: 5px;'));?>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 609 B |
Reference in New Issue
Block a user