| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/littleark/webadmin/ |
Upload File : |
<!-- Language menu -->
<li class="dropdown notifications-menu">
<!-- Menu toggle button -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown" title="<?= _lang("Language") ?>">
<i class="fa fa-globe"></i> <span class="caret"></span>
<!-- <span class="label label-warning">10</span> -->
</a>
<ul class="dropdown-menu" style="height:130px; width:160px;">
<li>
<!-- Inner Menu: contains the notifications -->
<ul class="menu" style="height:auto;">
<!-- start language -->
<?php foreach ($arraylangcode as $langcode => $langname) { ?>
<li style0="height:41px;">
<a href="index.php?wlangcode=<?= $langcode ?>" class="language_selection pressndisable2">
<?= $langname ?>
<?php if ($_SESSION["wlangcode"] == $langcode) { ?>
<span class="glyphicon glyphicon-ok pull-right0" aria-hidden="true" style=""></span>
<?php } ?>
</a>
</li>
<?php } ?>
<!-- end language -->
</ul>
</li>
</ul>
</li>