Skip to content

Commit d4bf1e6

Browse files
committed
INSTALL: enable ES, Chinese, Arab
1 parent ca982d3 commit d4bf1e6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

install/install_header.inc.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,14 @@
5454
 
5555
<?php echo "<a href='".Tools::curPageName()."?locale=it_IT'><img src='".Tools::getServerRootURL()."/images/blank.png' class='flag flag-it' title='Italian' width='18px' height='12px' /></a>";?>
5656
&nbsp;
57-
<?php echo "<a href='".Tools::curPageName()."?locale=pt_BR'><img src='".Tools::getServerRootURL()."/images/blank.png' class='flag flag-br' title='Brazil' width='18px' height='12px' /></a>";?>
57+
<?php echo "<a href='".Tools::curPageName()."?locale=es_ES'><img src='".Tools::getServerRootURL()."/images/blank.png' class='flag flag-es' title='Español' width='18px' height='12px' /></a>";?>
58+
&nbsp;
59+
<?php echo "<a href='".Tools::curPageName()."?locale=zh_CN'><img src='".Tools::getServerRootURL()."/images/blank.png' class='flag flag-cn' title='Chinese' width='18px' height='12px' /></a>";?>
60+
&nbsp;
61+
<?php echo "<a href='".Tools::curPageName()."?locale=zh_TW'><img src='".Tools::getServerRootURL()."/images/blank.png' class='flag flag-tw' title='Taiwan' width='18px' height='12px' /></a>";?>
62+
&nbsp;
63+
<?php echo "<a href='".Tools::curPageName()."?locale=ar'><img src='".Tools::getServerRootURL()."/images/blank.png' class='flag flag-dz' title='Arab' width='18px' height='12px' /></a>";?>
64+
5865
</td>
5966
</tr>
6067
</table>

0 commit comments

Comments
 (0)