Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Выгделить активный язык на сайте


Recommended Posts

Добрый гдень. Подскажите пожайлуси как выгделить активный язык на сайте?

 

Quote

<?php if (count($languages) > 1) { ?>
<form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data">
  <div id="language">
    <?php foreach ($languages as $language) { ?>
        <?php if ($language['code'] == $language_code) { ?>
            <a title="<?php echo $language['name']; ?>"><b><?php echo $language['code']; ?></b></a>
        <?php } else { ?>
            <a title="<?php echo $language['name']; ?>" onclick="$('input[name=\'language_code\']').attr('value', '<?php echo $language['code']; ?>'); $('#language').parent().submit();"><?php echo $language['code']; ?></a>
        <?php } ?>
    <?php } ?>
    <input type="hidden" name="language_code" value="" />
    <input type="hidden" name="redirect" value="<?php echo $redirect; ?>" />
  </div>
</form>
<?php } ?>

 

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.