|
@@ -146,8 +146,9 @@ |
|
|
block discarded – undo |
|
146
|
146
|
<td> |
|
147
|
147
|
<?php |
|
148
|
148
|
foreach ($opt['template']['locales'] AS $k => $lang) { |
|
149
|
|
- if ($lang['status'] == OC_LOCALE_ACTIVE) |
|
150
|
|
- echo '<a style="text-decoration: none;" href="index.php?locale=' . $k . '"><img src="' . $lang['flag'] . '" alt="' . $lang['name'] . '" title="' . $lang['name'] . '" width="24px" height="18px" /></a> '; |
|
|
149
|
+ if ($lang['status'] == OC_LOCALE_ACTIVE) { |
|
|
150
|
+ echo '<a style="text-decoration: none;" href="index.php?locale=' . $k . '"><img src="' . $lang['flag'] . '" alt="' . $lang['name'] . '" title="' . $lang['name'] . '" width="24px" height="18px" /></a> '; |
|
|
151
|
+ } |
|
151
|
152
|
} |
|
152
|
153
|
?> |
|
153
|
154
|
</td> |
Please login to merge, or discard this patch.