This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
ini_set('display_errors', 1); | |
error_reporting(E_ALL); | |
// Languages used to generate menus and for template translations | |
$languages = [ | |
['id' => 'en', 'title' => 'English', 'icon' => 'US'], | |
['id' => 'es', 'title' => 'ESPAÑOL'], | |
['id' => 'ru', 'title' => 'РУССКИЙ'], |