J'ai installer Language Drop Down 1.5.3 et j'ai se bug
if (!function_exists('template_language_select')) { // Generate the Language Drop Down.. function template_language_select() { global $context, $txt, $scripturl; // Obtain our languages if they are missing. if (empty($context['languages'])) getLanguages(); ksort($context['languages']); // Hopefully We always have something to show for ourselves. if (!empty ($context['languages'])) { echo '
'; } // No languages we can find! elseif (empty ($context['languages'])) echo 'LanguageDrop: ' . $txt['no_matches']; // If this occurs we are in trouble. else echo 'LanguageDrop: ' . $txt['error_occured']; } }
Fatal error: Call to undefined function template_language_select() in /home/myloux/domains/jesussauve.wahost.org/public_html/Sources/Load.php(2214) : eval()'d code on line 239
Bonjour,
Le mod a été mal installé il manque des morceaux il faut tout revérifier manuellement :)