The actions folder is created in the root, there is an index file in it, where the share page is displayed.
Here, instead of Cyrillic, you need to display
<?=GetMessage("ACTIONS_ALL_ACTIONS");?> But where to place this translation?
The actions folder is created in the root, there is an index file in it, where the share page is displayed.
Here, instead of Cyrillic, you need to display
<?=GetMessage("ACTIONS_ALL_ACTIONS");?> But where to place this translation?
Source: https://ru.stackoverflow.com/questions/825758/
All Articles