Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/siteapps/WebShopmanager-2.0-11/forms/ |
Current File : //usr/local/siteapps/WebShopmanager-2.0-11/forms/common.php |
<?php function get_msgs() { $msgs = array(); foreach (glob(sapp_include_path() . 'locale.*.php') AS $locale_filepath) include_once($locale_filepath); return $msgs; } function msg($name, $locale = null) { static $msgs; static $def_locale; if (!isset($msgs)) $msgs = get_msgs(); if (!isset($def_locale)) $def_locale = $msgs['default']; if (null == $locale) $locale = sapp_get_locale(); if (!isset($msgs[$locale])) $locale = $def_locale; if (isset($msgs[$locale][$name])) return $msgs[$locale][$name]; elseif (isset($msgs[$def_locale][$name])) return $msgs[$def_locale][$name]; else return $name; } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare