unfortunately is not working.
If i delete this constant "FILES" from Language Override, Front-end and Back-end, it will still show "Files" value.
Ive tried to find the constant "FILES" in front-end, using DIsplay view files, but this works only on Hikashop part, in my screenshots, the front-end is from Hikamarket (adding a new product).
Ive tried to change the constant in backend, in the leftmenu.php view. but there is no constant of FILES.
Ive only found this:
<?php
foreach($this->menudata as $href => $name) {
?> <li><a href="<?php echo $href; ?>"><?php echo $name; ?><i class="icon-chevron-right"></i></a><div style="clear:left;"></div></li>
<?php
}
if(HIKASHOP_BACK_RESPONSIVE){
?>
<li id="responsive_menu_scrolltop_li_<?php echo $this->menuname; ?>">
<a style="text-align:center;" href="#" onclick="window.scrollTo(0, 0);">
<span class="responsive_menu_scrolltop" style="padding: 6px 12px 18px 12px; "></span>
</a>
<div style="clear:left;"></div>
</li>
<?php
}
?>
So, can you have another solution for my problem?