D
D
Den Savi2016-04-04 12:46:26
opencart
Den Savi, 2016-04-04 12:46:26

How to remove the inscription "Language" in the choice of the language of opencart?

Guys, how to remove the inscription "Language" here: IKQ3BVv.png
Here is the code:

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

What I just didn’t delete from here, but the inscription "Language" does not disappear :(

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Shvedov, 2016-04-04
@den_savi

I guess to remove:<?php echo $text_language; ?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question