Revision 60 | Revision 62 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<?require_once("Text/Password.php");require_once("I18Nv2.php");require_once("Auth.php");require_once("Mail.php");require_once("Translation2.php");$mail= & Mail::factory("mail",array());//Smartyrequire_once("libs/Smarty.class.php");$smarty=new Smarty;//require_once("user.class.php");require_once("connect.php");require_once("config.php");$config=new Config();$params_tr["strings_default_table"]="i18n_%s";$params_tr["string_text_col"]="string";$tr=& Translation2::factory("db",$db,$params_tr);require_once("functions.php");//require_once("spiele.php");require_once("teams.php");require_once("orte.php");require_once("gruppen.php");require_once("types.php");$loc=I18Nv2::createLocale("de_DE");$smarty->assign("version", $config->version);$smarty->assign("logo", "images/$config->logo");$max_anz=$config->max_anz;if (!defined("IN_ADMIN")){user_login(false);}$u_lang=(is_object($u))?$u->u_lang:"en";$tr->setLang($u_lang);$tr->setPageID("common");$page=$tr->getPage();$type=$page["$config->type"];$host=$page["host"];$smarty->assign("title2", "FIFA $type $config->year in $host");?>